public interface IPHlpAPI
extends com.sun.jna.Library
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPHlpAPI.MIB_IFROW |
| Modifier and Type | Field and Description |
|---|---|
static IPHlpAPI |
INSTANCE |
static int |
MAX_INTERFACE_NAME_LEN |
static int |
MAXLEN_IFDESCR |
static int |
MAXLEN_PHYSADDR |
| Modifier and Type | Method and Description |
|---|---|
int |
GetIfEntry(IPHlpAPI.MIB_IFROW pIfRow)
The GetIfEntry function retrieves information for the specified interface
on the local computer
|
static final IPHlpAPI INSTANCE
static final int MAX_INTERFACE_NAME_LEN
static final int MAXLEN_IFDESCR
static final int MAXLEN_PHYSADDR
int GetIfEntry(IPHlpAPI.MIB_IFROW pIfRow)
pIfRow - A pointer to a MIB_IFROW structure that, on successful return,
receives information for an interface on the local computer.
On input, set the dwIndex member of MIB_IFROW to the index of
the interface for which to retrieve information.Copyright © 2010–2016 com.github.dblock. All rights reserved.