[out] IWgnImportConnectorResult**
The location of a Pointer to an Importer Connector Result Interface.
The Import has 2 functions to extract the result:
HRESULT GetResultXML( [out] LPOLESTR *pXMLVal );.
Used to retrieve the policy analysis results encoded in XML.
Example XML result
<?xml version="1.0" encoding="UTF-16" ?> <apm schema_version="1" xmlns=http://www.orchestria.com xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation="http://www.orchestria.com xmleventattributes.xsd"> <policy> <state> <smart_tags> <smart_tag name="My Smart Tag"> <value>A Smart Tag</value> </smart_tag> </smart_tags> </state> </policy> </apm>
Note: The Active Import Connector Interface has an additional method allowing Import Object asynchronously. This is currently not supported by the External Agent Socket API.
Copyright © 2014 CA.
All rights reserved.
|
|