GetCommMask method

int GetCommMask(
  1. Pointer<Void> hFile,
  2. Pointer<Uint64> lpEvtMask
)

Implementation

int GetCommMask(
  ffi.Pointer<ffi.Void> hFile,
  ffi.Pointer<ffi.Uint64> lpEvtMask,
) {
  return _GetCommMask(
    hFile,
    lpEvtMask,
  );
}