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