C# Class Disco.Client.Interop.Native.WLAN_INTERFACE_INFO_LIST

Show file Open project: garysharp/Disco Class Usage Examples

Public Properties

Property Type Description
dwIndex uint
dwNumberOfItems uint

Public Methods

Method Description
WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System

Method Details

WLAN_INTERFACE_INFO_LIST() public method

public WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System
Pointer System.IntPtr
return System

Property Details

dwIndex public property

The index of the current item. The index of the first item is 0. dwIndex must be less than dwNumberOfItems. This member is not used by the wireless service. Applications can use this member when processing individual interfaces in the WLAN_INTERFACE_INFO_LIST structure. When an application passes this structure from one function to another, it can set the value of dwIndex to the index of the item currently being processed. This can help an application maintain state. dwIndex should always be initialized before use.
public uint dwIndex
return uint

dwNumberOfItems public property

Contains the number of items in the InterfaceInfo member.
public uint dwNumberOfItems
return uint