SetupComm function kernel32
Initializes the communications parameters for a specified communications device.
BOOL SetupComm(
HANDLE hFile,
DWORD dwInQueue,
DWORD dwOutQueue
);
Implementation
int SetupComm(int hFile, int dwInQueue, int dwOutQueue) =>
_SetupComm(hFile, dwInQueue, dwOutQueue);