BuildCommDCBA method

int BuildCommDCBA(
  1. Pointer<Int8> lpDef,
  2. Pointer<DCB> lpDCB
)

Implementation

int BuildCommDCBA(
  ffi.Pointer<ffi.Int8> lpDef,
  ffi.Pointer<DCB> lpDCB,
) {
  return _BuildCommDCBA(
    lpDef,
    lpDCB,
  );
}