C# Class Disco.Client.Interop.Native.WLAN_PROFILE_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_PROFILE_INFO_LIST ( IntPtr Pointer ) : System

Method Details

WLAN_PROFILE_INFO_LIST() public méthode

public WLAN_PROFILE_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. The dwIndex member must be less than the dwNumberOfItems member. This member is not used by the wireless service. Applications can use this member when processing individual profiles in the WLAN_PROFILE_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

The number of wireless profile entries in the ProfileInfo member.
public uint dwNumberOfItems
Résultat uint