- Contents
- Index
DesignerCOM
II3ID2::CreateHandlerFromXMLFile Method
Synopsis
Reads the XML file specified in HandlerXMLFilePath and creates the handler from that.
IDL Function Prototype
HRESULT CreateHandlerFromXMLFile(
[in] BSTR HandlerXMLFilePath,
[out, retval] II3IDHandler ** NewHandler
);
C/C++ Syntax
HRESULT CreateHandlerFromXMLFile(BSTR HandlerXMLFilePath, II3IDHandler ** NewHandler);
Parameters
- HandlerXMLFilePath
- 
 Fully qualified path to the XML file, including its filename. 
- NewHandler
- 
 The return value is an II3IDHandler handler object. 

 
 
			 
