Desktop Functions: Smart Device Functions:
|
Search Results for "GetDefaultCommConfig" in [All]kernel32
static extern bool GetDefaultCommConfig(string lpszName, [In, Out] ref COMMCONFIG lpCC,
static extern bool GetDefaultCommConfig(string lpszName, [In, Out] ref COMMCONFIG lpCC, ref uint lpdwSize);
bool bSuccess = GetDefaultCommConfig(comPortName, ref cc, ref sz); Structures2: COMMCONFIG
|