Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>getclipboardformatname</b> get name of registered clipboard format http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetClipboardFormatName Get Name of Registered Clipboard Format

int GetClipboardFormatName(wFormat, lpformatname, nMaxCount)
WORD wFormat; /* Registered clipboard format  */
LPSTR lpFormatName; /* buffer to receive name */
int nMaxCount; /* size of buffer */

Returns:        Actual length of string or zero if format does not
                exist or was a predefined format.

See Also: RegisterClipboardFormat

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson