property IndexServerGetErrorMessage.
Retrieves message error from The Index Server.
HRESULT IndexServerGetErrorMessage(
BSTR *pVal
BSTR *
pVal
);
[out, retval] The returned value is the error message text.
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
IAPI