CWnd::GetClipboardOwner 

static CWnd* PASCAL GetClipboardOwner( );

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 OverviewClass MembersHierarchy Chart

See Also   CWnd::GetClipboardViewer, ::GetClipboardOwner