ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • MAC 주소
    Platform/Environment 2010. 7. 17. 18:59
    GetInterfaceInfo()
    GetIfTable()
    MIB_IFTABLE
        .dwNumEntries
        .table[] // MIB_IFROW
            .bDescr
            .dwType
                MIB_IF_TYPE_ETHERNET
            .dwPhysAddrLen
            .bPhysAddr[]

    GetAdaptersInfo()
        와이브로나 티로그인, 기타 CDMA,(Wiress LAN, 일명 Wi-Fi) 장치
    IP_ADAPTER_INFO
        .Index
        .AdapterName
        .Description
        .AddressLength
        .Address[]
        .IpAddressList[]
            .IpAddress
            .IpMask
        .GatewayList
            .IpAddress
            .IpMask
        .DhcpEnabled
        .DhcpServer
            .IpAddress
            .IpMask
    GetBestInterface()
    GetPerAdapterInfo()
    IP_PER_ADAPTER_INFO
        .DnsServerList[]
            .IpAddress
            .IpMask

    Netbios


    참조 사이트:

Designed by Tistory.