@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public struct WLAN_HOSTED_NETWORK_STATUS { public WLAN_HOSTED_NETWORK_STATE HostedNetworkState; public Guid IPDeviceID; public DOT11_MAC_ADDRESS wlanHostedNetworkBSSID; public DOT11_PHY_TYPE dot11PhyType; public uint ulChannelFrequency; // ULONG public uint dwNumberOfPeers; // DWORD public WLAN_HOSTED_NETWORK_PEER_STATE[] PeerList; } !!!!VB Definition: Structure WLAN_HOSTED_NETWORK_STATUS Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: WLAN_HOSTED_NETWORK_STATUS@msdn on MSDN
Edit Structures.WLAN_H...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.