AddClipboardFormatListener function user32
Places the given window in the system-maintained clipboard format listener list.
BOOL AddClipboardFormatListener(
HWND hwnd
);
Implementation
int AddClipboardFormatListener(int hwnd) => _AddClipboardFormatListener(hwnd);