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

wlanapi

.

WLAN_PROFILE_INFO_LIST

.

WLAN_PROFILE_INFO_LIST wlanProfileInfoList = new WLAN_PROFILE_INFO_LIST(ppProfileList);

.

WLAN_PROFILE_INFO_LIST

.

WLAN_PROFILE_INFO_LIST wlanProfileInfoList = new WLAN_PROFILE_INFO_LIST(ppProfileList);

Structures

.

public struct WLAN_PROFILE_INFO_LIST

.

        public WLAN_PROFILE_INFO[] ProfileInfo;

.

        public WLAN_PROFILE_INFO_LIST(IntPtr ppProfileList)

.

        ProfileInfo = new WLAN_PROFILE_INFO[dwNumberOfItems];

.

            ppProfileList = new IntPtr(ppProfileListTemp.ToInt32() + i * Marshal.SizeOf(typeof(WLAN_PROFILE_INFO)));

.

            ProfileInfo[i] = (WLAN_PROFILE_INFO)Marshal.PtrToStructure(ppProfileList, typeof(WLAN_PROFILE_INFO));

.

Structure WLAN_PROFILE_INFO_LIST

.

WLAN_PROFILE_INFO

.
Documentation
[WLAN_PROFILE_INFO_LIST] on MSDN
.

public struct WLAN_PROFILE_INFO_LIST

.

        public WLAN_PROFILE_INFO[] ProfileInfo;

.

        public WLAN_PROFILE_INFO_LIST(IntPtr ppProfileList)

.

        ProfileInfo = new WLAN_PROFILE_INFO[dwNumberOfItems];

.

            ppProfileList = new IntPtr(ppProfileListTemp.ToInt32() + i * Marshal.SizeOf(typeof(WLAN_PROFILE_INFO)));

.

            ProfileInfo[i] = (WLAN_PROFILE_INFO)Marshal.PtrToStructure(ppProfileList, typeof(WLAN_PROFILE_INFO));

.

Structure WLAN_PROFILE_INFO_LIST

.
Documentation
[WLAN_PROFILE_INFO_LIST] on MSDN

 
Access PInvoke.net directly from VS: