Group: Clipboard - Library: user32
DWORD WINAPI GetClipboardSequenceNumber(void); DECLARE INTEGER GetClipboardSequenceNumber IN user32 This function has no parameters.
The return value is the clipboard sequence number. If you do not have WINSTA_ACCESSCLIPBOARD access to the window station, the function returns zero.
This number is incremented whenever the contents of the clipboard change or the clipboard is emptied.
The system keeps a serial number for the clipboard for each window station.
A copy-paste adds as many increments as the number of data formats placed on the clipboard.
Home