SetWindowContextHelpId method

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

Implementation

int SetWindowContextHelpId(
  ffi.Pointer<HWND__> arg0,
  int arg1,
) {
  return _SetWindowContextHelpId(
    arg0,
    arg1,
  );
}