Execute method

This method is implemented by the following interfaces. Click one of the links below to jump to the description of the method as it pertains to that interface.

IERUDBQuery
IERUFacilitySearch
IERURoomSearch

IERUSiteSearch

 

 

Execute method

Executes the query and returns an IERUCollection containing the results.

Syntax


C++

HRESULT Execute (
   IERUCollection** QueryResults)

Scripting languages

Object.Execute

Parameters


QueryResults

Upon return, an IERUCollection containing the results of the query.

Return value


C++

The return code.

Scripting languages

An IERUCollection containing the results of the query.

Go to Top

Home

Applies to

IERUDBQuery

IERUFacilitySearch

IERURoomSearch

 

 

Execute method

Executes the query and returns an IERUCollection containing the results.

Syntax


C++

HRESULT Execute (
   
VARIANT *pRoomsNotSearched,
   VARIANT *pRoomsSearched,
   
IERUCollection** ppResults)

Scripting languages

Object.Execute ()

Parameters


 pRoomsNotSearched

Number of rooms not searched (index missing).

pRoomsSearched

Number of rooms searched.

ppResults

Collection of IERUSearchResult interface pointers.

Return value


C++

The return code.

Scripting languages

A collection of IERUSearchResult interface pointers.

Remarks


An error is returned if no criteria are specified. Owner criteria are ignored when searching at site level. Only keywords are used when searching for rooms.

Go to Top

Home

Applies to

IERUSiteSearch