- Contents
DesignerCOM API
II3IDICServer::QueryHandlerInfo Method
Synopsis
Returns an XML DOM pointer that contains information about the published handlers on the server.Pass NULL ( or zero length string ) in for HandlerName to retrieve information for all of the published handlers.
IDL Function Prototype
HRESULT QueryHandlerInfo(
[in, optional] BSTR HandlerName,
[out, retval] VARIANT * HandlerInfo
);
C/C++ Syntax
HRESULT QueryHandlerInfo(BSTR HandlerName, VARIANT * HandlerInfo);
Parameters
- HandlerName
-
The name of a handler. If you specify an empty string, information about all published handlers will be returned.
- HandlerInfo
-
The return value is an XML DOM pointer that contains information about the published handler(s) on the server.