I'm using WMI to read DefaultIPGateway on the WMI object Win32_NetworkAdapterConfiguration. The MSDN says it's a "String Array" and visual studio interprets this as a SAFEARRAY on the VARIANT object returned when you query the WMI.
How do you access the information inside the array? How do you convert each element to a wchar* or char*?
Code is appreciated
ps: note that i don't know anything about COM