These flags can be combined to choose what the XML returned from a call to IWgnImportConnectorResult::GetResultXML() contains. Note that the only result XML currently available is SmartTags.
typedef [v1_enum] enum
{
WGN_ACTIVEIMPORT_RESULTXML_NONE = 0,
WGN_ACTIVEIMPORT_RESULTXML_SMARTTAGS = 0x00000001,
WGN_ACTIVEIMPORT_RESULTXML_ALL = 0xFFFFFFFF
}
WGN_ACTIVEIMPORT_RESULTXML_FLAGS;
|
Copyright © 2012 CA.
All rights reserved.
|
|