win32clipboard.GetClipboardDataHandle

int = GetClipboardDataHandle(format)

Retrieves data from the clipboard in a specified format, and returns an integer handle to the data. To get the data bytes, use the win32clipboard::GetClipboardData function.

Parameters

format=CF_TEXT : int

Specifies a clipboard format. For a description of the standard clipboard formats, see Standard Clipboard Formats.