Contattaci: +1-877-99-BOPUP (877-992-6787)

IServerClient::GetServerVersion method

Retrieves current version of the IM server software.

HRESULT GetServerVersion(     LPSTR lpszServerVersion,     LPDWORD lpdwExtendedCode, );

Parameters

lpszServerVersion
[out] Pointer to a character buffer that receives the version of the instant messaging server. Size of the buffer must be at least 16 symbols of length.
lpdwExtendedCode
[out] Pointer to a DWORD variable that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check lpdwExtendedCode variable to get extended information on the error.