Displaying 1 result from an estimated 1 matches for "cmpiinstancemi".
2012 Jun 14
1
question regarding CMPIObjectPath
Folks,
I'm a new user and I'm trying to build a standalone application using
libvirt-cim (rather than use a full-fledged CIMOM). I need some help.
While calling the CMPIInstanceMI->ft->enumerateInstances, I need to pass a
reference to CMPIObjectPath. My application is crashing because I don't
know what is the correct constructor for this. If I do ref = CMPIObjectPath
() then all the FT pointers are null.
Can someone please guide me on how to construct CMPIObjectPa...