AddClipboardFormatListener method

int AddClipboardFormatListener(
  1. Pointer<HWND__> hwnd
)

Implementation

int AddClipboardFormatListener(
  ffi.Pointer<HWND__> hwnd,
) {
  return _AddClipboardFormatListener(
    hwnd,
  );
}