INetCfgComponent::RaisePropertyUi arguments
- by Soo Wei Tan
I'm trying to do some COM interop and attempting to invoke the INetCfgComponent::RaisePropertyUi method. I've gotten to the point where I can enumerate devices and get a valid INetCfgComponent for the adapter that I want to display the UI for.
However, I'm a COM newbie (let alone COM interop) so I have no idea what the third argument in…