There is no official API to get the name of a registered window message.
RegisterWindowMessage() RegisterClipboardFormat() ( API), Windows GetClipboardFormatName(), .
Raymond Chen MSDN:
(RegisterClass)?
, Windows , . , , , . , .
, :
Foreach atom in (0xC000 .. 0xFFFF)
If (GetClipboardFormatName(atom, buffer, bufferSize))
Print buffer
, . 16 384 , , , 15 000 , , .
( 0xC000)
, RegisterWindowMessage. ; , 0xC000 0xFFFF, . , , - . , , . .
, RegisterClipboardFormat, ; UINT. ; 0xC000, . - , 0x1234, .
, , API, , , , . GetClipboardFormatName() , , RegisterWindowMessage() - .