SVC GET PREVIOUS STATUS
From LIVECHAT Developer Zone Wiki
- SVC_GET_STATUS
- Get user’s previous status.
- Parameters
- wParam
- NULL
- lParam
- MetaStatus* status
Return values
- Always returns API_SUCCESS
Sample code
MetaStatus status;
call(SVC_GET_PREVIOUS_STATUS, 0, (LPARAM) &status);
