Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "COMMCONFIG " in [All]

Structures

.
Summary
The COMMCONFIG structure is used by the GetDefaultCommConfig function to return information about a given communications driver.
.
Documentation
COMMCONFIG @msdn on MSDN
.

struct COMMCONFIG {

.

Structure COMMCONFIG

kernel32

.

   ref COMMCONFIG lpCC);

.
Summary
.

static extern bool GetCommConfig(IntPtr hCommDev, [Out] ref COMMCONFIG lpCC,

.
Summary
.

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);

.

            COMMCONFIG cc = new COMMCONFIG();


 
Access PInvoke.net directly from VS: