BuildCommDCB function kernel32

int BuildCommDCB(
  1. Pointer<Utf16> lpDef,
  2. Pointer<DCB> lpDCB
)

Fills a specified DCB structure with values specified in a device-control string. The device-control string uses the syntax of the mode command.

BOOL BuildCommDCBW(
  LPCWSTR lpDef,
  LPDCB   lpDCB
);

Implementation

int BuildCommDCB(Pointer<Utf16> lpDef, Pointer<DCB> lpDCB) =>
    _BuildCommDCB(lpDef, lpDCB);