GetCustomViewer method

Returns a Custom Viewer.

Syntax


C++
HRESULT GetCustomViewer(
   BSTR ViewerID,
   IERUCustomViewer**
ppCustomViewer
)
Scripting languages
Set Viewer = Object.GetCustomViewer(
   
ViewerID as String)

Parameters


ViewerID

The unique identifier of the custom viewer to be found. The ID should be in the form of "Company.ViewerName" If the ID does not match a registered custom viewer, then the EROOM_E_NOTFOUND error is thrown.

ppCustomViewer

A pointer to the custom viewer object.

Return value


C++

The return code.

Scripting languages

A pointer to the custom viewer object.

 

Home

Applies to

IERUCustomViewerManager