###User Defined Function###
_ClipBoard_RegisterFormat

###Description###
Registers a new clipboard format

###Syntax###
#include <Clipboard.au3>
_ClipBoard_RegisterFormat ( $sFormat )


###Parameters###
@@ParamTable@@
$sFormat
	The name of the new format
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The registered clipboard format
Failure:	0
@@End@@


###Remarks###
If a registered format with the specified name already exists, a new format is not registered and the return value identifies the existing format. This enables more than one application to copy and paste data using the same registered clipboard format. Note that the format name comparison is case-insensitive.


###Related###
_ClipBoard_EnumFormats


###See Also###
@@MsdnLink@@ RegisterClipboardFormat


###Example###
@@IncludeExample@@
