IRobotUsers Interface. More...
import "BotPlatformSDK.idl";
Public Member Functions | |
HRESULT | Item ([in] LONG idx,[out, retval] IRobotUser **ppUser) |
HRESULT | Count ([out, retval] LONG *pVal) |
IRobotUsers Interface.
HRESULT IRobotUsers::Count | ( | [out, retval] LONG * | pVal | ) |
Get count of users
[out] | pVal | count of users |
HRESULT IRobotUsers::Item | ( | [in] LONG | idx, | |
[out, retval] IRobotUser ** | ppUser | |||
) |
Get user by index
[in] | idx | idx |
[out] | ppUser | user |