SetWindowContextHelpId method

int SetWindowContextHelpId(
  1. Pointer<HWND__> arg0,
  2. int arg1
)

Implementation

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