In file ..\..\src\Pegasus\Common\CIMFlavor.h:

PEGASUS_COMMON_LINKAGE void FlavorToXml

( Array<Sint8>& out,
  Uint32 flavor)

FlavorToXML - converts the flavor attributes of a qualifier to cimxml format and puts them into the variable out.

Documentation

FlavorToXML - converts the flavor attributes of a qualifier to cimxml format and puts them into the variable out.
Parameters:
out - XML output stream into which the xml is places.
flavor - variable containing the flavor definition
// Get flavorkeywords and test for any returned keywords
Uint32 flavor = CIMFlavor::DEFAULTS,
String flavorString;
flavorString = FlavorToMof(_flavor);
if (flavorString.size())
...           // code to execute if keywords exist

Alphabetic index HTML hierarchy of classes or Java