_IP_RANGE_V4

struct _IP_RANGE_V4
{
	unsigned long  m_StartIp; 
	unsigned long  m_EndIp; 
};

m_StartIp
IPv4 address expressed as unsigned 32-bit long (first address of the range)

m_EndIp
IPv4 address expressed as unsigned 32-bit long (last address of the range)