GetCommState function kernel32
Retrieves the current control settings for a specified communications device.
BOOL GetCommState(
HANDLE hFile,
LPDCB lpDCB
);
Implementation
int GetCommState(int hFile, Pointer<DCB> lpDCB) => _GetCommState(hFile, lpDCB);