GetFacility method

Returns the IERUFacility for this Site Facility. Returns the E-NOTSERVER error if the Site Facility is not running on the server that serves this eRoom.

Syntax


C++

HRESULT GetFacility (
   IERUFacility** ppFacility)

Scripting languages

Set Facility = Object.GetFacility ()

Parameters


ppFacility

Upon return, an IERUFacility interface pointer to the requested Facility.

Return value


C++

The return code.

Scripting languages:

Upon return, an IERUFacility interface pointer to the requested Facility.

 

Home

Applies to

IERUSiteFacility