RemoveClipboardFormatListener function user32
Removes the given window from the system-maintained clipboard format listener list.
BOOL RemoveClipboardFormatListener(
HWND hwnd
);
Implementation
int RemoveClipboardFormatListener(int hwnd) =>
_RemoveClipboardFormatListener(hwnd);