I would probably query the TCP/IP protocol driver in user mode, using the IP
helper API. On top of my head I don't understand why such OID exists (well,
ok, I thought about it no more than 5 seconds). Also, consider that this OID
is optional, so you should not rely on this OID to be requested from the
protocol driver above you.
Hope it helps
GV
--
Gianluca Varenni, Windows DDK MVP
CACE Technologies
http://www.cacetech.com
"Bootguy" <> wrote in message
news:80417CD1-0E31-4AF3-91FB-...
> Hi,
> In my IM driver I'm trying to find out the IPv6 addresses that are set on
> the interface. The OID mentioned in the subject provides only the IPv4
> address, not the IPv6 addresses. Has anyone solved this issue already?
>
> Thanks