GetOpenClipboardWindow

  HWND GetOpenClipboardWindow(VOID)    

The GetOpenClipboardWindow function retrieves the handle of the window that currently has the clipboard open.

Parameters

This function has no parameters.

Return Value

The return value is the handle of the window that has the clipboard open. If the clipboard is not open, the return value is NULL.

See Also

GetClipboardOwner, GetClipboardViewer, OpenClipboard