CWnd::GetClipboardOwner
staticCWnd*PASCALGetClipboardOwner();
Return Value
Identifies the window that owns the Clipboard if the function is successful. Otherwise, it is NULL.
The returned pointer may be temporary and should not be stored for later use.
Remarks
Retrieves the current owner of the Clipboard.
The Clipboard can still contain data even if it is not currently owned.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::GetClipboardViewer,