2.2.3.1.1.1 Short Format Name (CLIPRDR_SHORT_FORMAT_NAME)

The CLIPRDR_SHORT_FORMAT_NAME structure holds a Clipboard Format ID and Clipboard Format name pair.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

formatId

formatName (32 bytes)

...

...

formatId (4 bytes): An unsigned, 32-bit integer specifying the Clipboard Format ID.

formatName (32 bytes): A 32-byte block containing the null-terminated name assigned to the Clipboard Format (32 ASCII 8 characters or 16 Unicode characters). If the name does not fit, it MUST be truncated. Not all Clipboard Formats have a name, and in that case the formatName field MUST contain only zeros.