ExecuteXMLCommand method

Executes the XML command(s) on the specified target URL.

Syntax


C++

HRESULT ExecuteXMLCommand(
   BSTR TargetURL,
   BSTR eRoomXML,
   BSTR *pRetVal)

Scripting languages

Set Results = Object.ExecuteXMLCommand(
   TargetURL as String,
   eRoomXML as String,
   pRetVal as String)

Parameters


TargetURL

Specifies the target of the XML query.

eRoomXML

The XML query, consisting of one <command> element and its contents.

pRetVal

The XML results of the query.

Return value


C++

The return code.

Scripting languages

The XML results of the query.

 

Home

Applies to

IERUXMLQueryProcessor

See Also
ExecuteObjectXMLCommand