IAPI::IndexServerConnect

property IndexServerConnect.

Connects to ISF Desktop Server (aka Index Server)

 

HRESULT IndexServerConnect(
  BSTR hostname,
  BSTR username,
  BSTR password,
  long *pVal
);

Parameters

hostname

[in,defaultvalue("local")] . Hostname or IP address

username

[in] . Username which is identified by the Index Server

password

[in] . Password which is identified by the Index Server

pVal

[out, retval] The returned value is 0 if OK, otherwise if failed (Unidentified)

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI