UnhookWinEvent method

int UnhookWinEvent(
  1. Pointer<HWINEVENTHOOK__> hWinEventHook
)

Implementation

int UnhookWinEvent(
  ffi.Pointer<HWINEVENTHOOK__> hWinEventHook,
) {
  return _UnhookWinEvent(
    hWinEventHook,
  );
}