RemoveClipboardFormatListener function user32

int RemoveClipboardFormatListener(
  1. int hwnd
)

Removes the given window from the system-maintained clipboard format listener list.

BOOL RemoveClipboardFormatListener(
  HWND hwnd
);

Implementation

int RemoveClipboardFormatListener(int hwnd) =>
    _RemoveClipboardFormatListener(hwnd);