Desktop Functions: Smart Device Functions:
|
Search Results for "GetCommProperties" in [All]kernel32
static extern bool GetCommProperties(IntPtr hFile, ref COMMPROP lpCommProp);
Declare Function GetCommProperties Lib "kernel32" (ByVal hFile As Integer, ByRef lpCommProp As COMMPROP) As Boolean Structures2: COMMPROP
|