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

Afficher le fichier Open project: garysharp/Disco Class Usage Examples

Méthodes publiques

Свойство Type Description
dwIndex uint
dwNumberOfItems uint

Méthodes publiques

Méthode Description
WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System

Method Details

WLAN_INTERFACE_INFO_LIST() public méthode

public WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System
Pointer System.IntPtr
Résultat System

Property Details

dwIndex public_oe 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
Résultat uint

dwNumberOfItems public_oe property

Contains the number of items in the InterfaceInfo member.
public uint dwNumberOfItems
Résultat uint