GetWindowContextHelpId method
Implementation
int GetWindowContextHelpId(
ffi.Pointer<HWND__> arg0,
) {
return (_GetWindowContextHelpId ??= _dylib.lookupFunction<
_c_GetWindowContextHelpId,
_dart_GetWindowContextHelpId>('GetWindowContextHelpId'))(
arg0,
);
}