AddClipboardFormatListener function user32

int AddClipboardFormatListener(
  1. int hwnd
)

Places the given window in the system-maintained clipboard format listener list.

BOOL AddClipboardFormatListener(
  HWND hwnd
);

Implementation

int AddClipboardFormatListener(int hwnd) => _AddClipboardFormatListener(hwnd);