GetWindowContextHelpId method

int GetWindowContextHelpId(
  1. Pointer<HWND__> arg0
)

Implementation

int GetWindowContextHelpId(
  ffi.Pointer<HWND__> arg0,
) {
  return _GetWindowContextHelpId(
    arg0,
  );
}