SetWindowContextHelpId method
Implementation
int SetWindowContextHelpId(
ffi.Pointer<HWND__> arg0,
int arg1,
) {
return (_SetWindowContextHelpId ??= _dylib.lookupFunction<
_c_SetWindowContextHelpId,
_dart_SetWindowContextHelpId>('SetWindowContextHelpId'))(
arg0,
arg1,
);
}