SendNotifyMessageW method
Implementation
int SendNotifyMessageW(
ffi.Pointer<HWND__> hWnd,
int Msg,
int wParam,
int lParam,
) {
return (_SendNotifyMessageW ??=
_dylib.lookupFunction<_c_SendNotifyMessageW, _dart_SendNotifyMessageW>(
'SendNotifyMessageW'))(
hWnd,
Msg,
wParam,
lParam,
);
}