GetCommConfig function kernel32
Retrieves the current configuration of a communications device.
BOOL GetCommConfig(
HANDLE hCommDev,
LPCOMMCONFIG lpCC,
LPDWORD lpdwSize
);
Implementation
int GetCommConfig(
int hCommDev,
Pointer<COMMCONFIG> lpCC,
Pointer<Uint32> lpdwSize,
) => _GetCommConfig(hCommDev, lpCC, lpdwSize);