Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getclipbformatname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetClipbFormatName()
Return the name of a registered clipboard format
------------------------------------------------------------------------------

Syntax
GetClipbFormatName( <nFormat> )   -->   cFormatName

Arguments
<nFormat> is an integer specifying a format registered using
the RegClipbFormat() function.

Returns
If successful, the name of specified format is returned.
Otherwise a null string ("") is returned.

Description
This function returns the name of the specified registered
clipboard format.

Example
if  empty( GetClipbFormatName( nFmt ) )
     // not found
endif


See Also: CloseClipboard() OpenClipboard() RegClipbFormat()

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