RegisterTouchWindow method

int RegisterTouchWindow(
  1. Pointer<HWND__> hwnd,
  2. int ulFlags
)

Implementation

int RegisterTouchWindow(
  ffi.Pointer<HWND__> hwnd,
  int ulFlags,
) {
  return (_RegisterTouchWindow ??= _dylib.lookupFunction<
      _c_RegisterTouchWindow,
      _dart_RegisterTouchWindow>('RegisterTouchWindow'))(
    hwnd,
    ulFlags,
  );
}