IsSecurIDPresent method

Determines whether the SecurID API is installed on the server.

Syntax


C++
HRESULT IsSecurIDPresent(
   VARIANT_BOOL* pRetVal)
Scripting languages
Boolean = Object.IsSecurIDPresent(
   pRetVal as Boolean)

Parameters


pRetVal

Upon return, indicates whether SecurID is installed on the server. If TRUE, SecurID is installed; if FALSE, SecurID is not installed.

Return value


C++

The return code.

Scripting languages

TRUE if SecurID is installed. FALSE if SecurID is not installed.

 

Home

Applies to
IERUSvrManager