GetWindowContextHelpId method

int GetWindowContextHelpId(
  1. Pointer<HWND__> arg0
)

Implementation

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