const char * | |
ovrUserPresenceStatus_FromString ( const char * str ) |
ovrUserPresenceStatus_Unknown | |
ovrUserPresenceStatus_Online | |
ovrUserPresenceStatus_Offline |
typedef enum ovrUserPresenceStatus_ ovrUserPresenceStatus ( ) |
---|
No description available.
|
const char* ovrUserPresenceStatus_ToString ( ovrUserPresenceStatus value ) |
---|
Converts an ovrUserPresenceStatus enum value to a string The returned string does not need to be freed |
ovrUserPresenceStatus ovrUserPresenceStatus_FromString ( const char * str ) |
---|
Converts a string representing an ovrUserPresenceStatus enum value to an enum value |