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>regclipbformat()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RegClipbFormat()
Register a new clipboard format
------------------------------------------------------------------------------

Syntax
RegClipbFormat( <cFormat> )   -->   nFormat

Arguments
<cFormat> is a string specifying a new format for use with the
clipboard.

Returns
An integer referencing the new format is returned as a non-
zero numeric.  If an error occurs, zero (0) is returned.

Description
This function registers a new clipboard format, which can then
be used by this or other applications.

Example
nFmt = RegClipbFormat( "MyFormat" )


See Also: EnumClipbFormats() GetClipbFormatName() SetClipbData()

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