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 "GetDefaultCommConfig" in [All]

kernel32

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

.

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

.
Documentation
[GetDefaultCommConfig] on MSDN

Structures

.
Summary
The COMMCONFIG structure is used by the GetDefaultCommConfig function to return information about a given communications driver.

 
Access PInvoke.net directly from VS: