BuildCommDCBAndTimeoutsA method

int BuildCommDCBAndTimeoutsA(
  1. Pointer<Int8> lpDef,
  2. Pointer<DCB> lpDCB,
  3. Pointer<COMMTIMEOUTS> lpCommTimeouts
)

Implementation

int BuildCommDCBAndTimeoutsA(
  ffi.Pointer<ffi.Int8> lpDef,
  ffi.Pointer<DCB> lpDCB,
  ffi.Pointer<COMMTIMEOUTS> lpCommTimeouts,
) {
  return _BuildCommDCBAndTimeoutsA(
    lpDef,
    lpDCB,
    lpCommTimeouts,
  );
}