UnregisterTouchWindow method

int UnregisterTouchWindow(
  1. Pointer<HWND__> hwnd
)

Implementation

int UnregisterTouchWindow(
  ffi.Pointer<HWND__> hwnd,
) {
  return (_UnregisterTouchWindow ??= _dylib.lookupFunction<
      _c_UnregisterTouchWindow,
      _dart_UnregisterTouchWindow>('UnregisterTouchWindow'))(
    hwnd,
  );
}