BuildCommDCB function kernel32
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);