SetCommMask method

int SetCommMask(
  1. Pointer<Void> hFile,
  2. int dwEvtMask
)

Implementation

int SetCommMask(
  ffi.Pointer<ffi.Void> hFile,
  int dwEvtMask,
) {
  return _SetCommMask(
    hFile,
    dwEvtMask,
  );
}