WaitCommEvent method

int WaitCommEvent(
  1. Pointer<Void> hFile,
  2. Pointer<Uint64> lpEvtMask,
  3. Pointer<OVERLAPPED> lpOverlapped
)

Implementation

int WaitCommEvent(
  ffi.Pointer<ffi.Void> hFile,
  ffi.Pointer<ffi.Uint64> lpEvtMask,
  ffi.Pointer<OVERLAPPED> lpOverlapped,
) {
  return _WaitCommEvent(
    hFile,
    lpEvtMask,
    lpOverlapped,
  );
}