InheritWindowMonitor method
Implementation
int InheritWindowMonitor(
ffi.Pointer<HWND__> hwnd,
ffi.Pointer<HWND__> hwndInherit,
) {
return (_InheritWindowMonitor ??= _dylib.lookupFunction<
_c_InheritWindowMonitor,
_dart_InheritWindowMonitor>('InheritWindowMonitor'))(
hwnd,
hwndInherit,
);
}