Function Reference


_WinAPI_GetClipboardSequenceNumber

Retrieves the clipboard sequence number for the current window station

#include <WinAPISys.au3>
_WinAPI_GetClipboardSequenceNumber ( )

Return Value

Success: The clipboard sequence number.
Failure: 0.

Remarks

The calling process must have WINSTA_READATTRIBUTES access to the window station.
This function requires Windows Vista or later.

See Also

Search GetClipboardSequenceNumber in MSDN Library.