Desktop Functions: Smart Device Functions:
|
Search Results for "DHCP_IP_ARRAY" in [All]dhcpsapi
Private Structure DHCP_IP_ARRAY EnumInfo - [out] Pointer to a DHCP_IP_ARRAY [IntPtr] structure that contains the subnet IDs available on the DHCP server. If no subnets are defined, this value will be null.
DHCP_IP_ARRAY ipArray = (DHCP_IP_ARRAY)Marshal.PtrToStructure(ips, typeof(DHCP_IP_ARRAY));
public struct DHCP_IP_ARRAY Structures |