CWnd::ChangeClipboardChain

Removes CWnd from the chain of Clipboard viewers and makes the window specified by hWndNext the descendant of the CWnd ancestor in the chain.

BOOL ChangeClipboardChain(
   HWND hWndNext 
);

Параметры

  • hWndNext
    Identifies the window that follows CWnd in the Clipboard-viewer chain.

Возвращаемое значение

Nonzero if successful; otherwise 0.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::SetClipboardViewer

ChangeClipboardChain