C# 클래스 Disco.Client.Interop.Native.WLAN_INTERFACE_INFO_LIST

파일 보기 프로젝트 열기: garysharp/Disco 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dwIndex uint
dwNumberOfItems uint

공개 메소드들

메소드 설명
WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System

메소드 상세

WLAN_INTERFACE_INFO_LIST() 공개 메소드

public WLAN_INTERFACE_INFO_LIST ( IntPtr Pointer ) : System
Pointer System.IntPtr
리턴 System

프로퍼티 상세

dwIndex 공개적으로 프로퍼티

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
리턴 uint

dwNumberOfItems 공개적으로 프로퍼티

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