2.2.3.1.2.1 Long Format Name (CLIPRDR_LONG_FORMAT_NAME)

The CLIPRDR_LONG_FORMAT_NAME structure holds a Clipboard Format ID and a 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

wszFormatName (variable)

...

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

wszFormatName (variable): A variable length null-terminated Unicode string name that contains the Clipboard Format name. Not all Clipboard Formats have a name; in such cases, the formatName field MUST consist of a single Unicode null character.