EscapeCommFunction function kernel32
Directs the specified communications device to perform an extended function.
BOOL EscapeCommFunction(
HANDLE hFile,
DWORD dwFunc
);
Implementation
int EscapeCommFunction(int hFile, int dwFunc) =>
_EscapeCommFunction(hFile, dwFunc);