Read and display data from variant VT_UNKNOWN
See the question and my original answer on StackOverflowTargetInstance is also a IWbemClassObject, so you can QI for IWbemClassObject on the IUnknown that you have.
This answer here on SO demonstrates this: C++: Monitor process creation and termination in Windows