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.
.

[StructLayout( LayoutKind.Sequential )] struct COMMCONFIG

.
Documentation
COMMCONFIG @msdn on MSDN
.

struct COMMCONFIG {

.

Structure COMMCONFIG

.
Documentation
[COMMCONFIG] on MSDN

kernel32

.

static extern bool CommConfigDialog(string lpszName, IntPtr hWnd,

.

   ref COMMCONFIG lpCC);

.

COMMCONFIG

.
Documentation
[CommConfigDialog] on MSDN
.
Summary
.

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

.
Documentation
[GetCommConfig] on MSDN
.
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);

.

            internal struct COMMCONFIG

.

            COMMCONFIG cc = new COMMCONFIG();

.

                bool bSuccess = GetDefaultCommConfig(comPortName, ref cc, ref sz);

.
Documentation
[GetDefaultCommConfig] on MSDN

 
Access PInvoke.net directly from VS: