###User Defined Function###
_ClipBoard_GetSequenceNumber

###Description###
Retrieves the clipboard sequence number for the current window station

###Syntax###
#include <Clipboard.au3>
_ClipBoard_GetSequenceNumber (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	The clipboard sequence number
Failure:	0
@@End@@


###Remarks###
The system keeps a serial number for the clipboard for each window station. This number is incremented when the contents of the clipboard change or the clipboard is emptied. You can track this value to determine if the clipboard contents have changed and optimize creating data objects. If clipboard rendering is delayed, the sequence number is not incremented until the changes are rendered.


###Related###


###See Also###
@@MsdnLink@@ GetClipboardSequenceNumber


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