- Contents
DesignerCOM API
II3IDICServer::GetPublishedHandler Method
Synopsis
Retrieves the published IHD file for the handler specified by HandlerName from the IC server and saves it to DestinationPath.
IDL Function Prototype
HRESULT GetPublishedHandler(
[in] BSTR HandlerName,
[in] VARIANT_BOOL OverwriteIfDestinationPathExists,
[in] BSTR DestinationPath
);
C/C++ Syntax
HRESULT GetPublishedHandler(BSTR HandlerName, VARIANT_BOOL OverwriteIfDestinationPathExists, BSTR DestinationPath);
Parameters
- HandlerName
-
The name of the handler whose published file you wish to retrieve.
- OverwriteIfDestinationPathExists
-
Specify True to overwrite an existing file, if one exists.
- DestinationPath
-
The path where the IHD file will be saved.