RegisterTouchWindow method

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

Implementation

int RegisterTouchWindow(
  ffi.Pointer<HWND__> hwnd,
  int ulFlags,
) {
  return _RegisterTouchWindow(
    hwnd,
    ulFlags,
  );
}