Contents - Index


4.2.3.26 Query User Info

HRESULT WINAPI SLS_QueryUserInfo(
                                                            LPCSTR pszProductID,
                                                            DWORD dwUserIndex,
                                                            SLS_USER_INFO *pUserInfo);

SLS_QueryUserInfo is called to retrieve information about the users who are using the specified product. dwUserIndex is the index number of the user, its value is between 1 and the user count returned by SLS_GetUserCount. *pUserInfo points to a SLS_USER_INFO data structure to receive the information.