Retrieves the clipboard sequence number for the current window station
#include <WinAPISys.au3>
_WinAPI_GetClipboardSequenceNumber ( )
Success: | The clipboard sequence number. |
Failure: | 0. |
The calling process must have WINSTA_READATTRIBUTES access to the window station.
This function requires Windows Vista or later.
Search GetClipboardSequenceNumber in MSDN Library.