Uses of Interface
pcap.api.internal.foreign.struct.windows_struct._IP_ADAPTER_INFO
| Package | Description |
|---|---|
| pcap.api.internal.foreign.mapping | |
| pcap.api.internal.foreign.struct |
-
Uses of windows_struct._IP_ADAPTER_INFO in pcap.api.internal.foreign.mapping
Method parameters in pcap.api.internal.foreign.mapping with type arguments of type windows_struct._IP_ADAPTER_INFO Modifier and Type Method Description static longWindowsNativeMapping. GetAdaptersInfo(java.foreign.memory.Pointer<windows_struct._IP_ADAPTER_INFO> AdapterInfo, java.foreign.memory.Pointer<java.lang.Long> SizePointer)longWindowsNativeMapping.windows_iphlpapi_mapping. GetAdaptersInfo(java.foreign.memory.Pointer<windows_struct._IP_ADAPTER_INFO> AdapterInfo, java.foreign.memory.Pointer<java.lang.Long> SizePointer) -
Uses of windows_struct._IP_ADAPTER_INFO in pcap.api.internal.foreign.struct
Methods in pcap.api.internal.foreign.struct that return types with arguments of type windows_struct._IP_ADAPTER_INFO Modifier and Type Method Description java.foreign.memory.Pointer<windows_struct._IP_ADAPTER_INFO>windows_struct._IP_ADAPTER_INFO. Next$get()