const char * | |
ovrPlatformInitializeResult_FromString ( const char * str ) |
ovrPlatformInitialize_Success | = 0 |
ovrPlatformInitialize_Uninitialized | = -1 |
ovrPlatformInitialize_PreLoaded | = -2 |
ovrPlatformInitialize_FileInvalid | = -3 |
ovrPlatformInitialize_SignatureInvalid | = -4 |
ovrPlatformInitialize_UnableToVerify | = -5 |
ovrPlatformInitialize_VersionMismatch | = -6 |
ovrPlatformInitialize_Unknown | = -7 |
ovrPlatformInitialize_InvalidCredentials | = -8 |
ovrPlatformInitialize_NotEntitled | = -9 |
typedef enum ovrPlatformInitializeResult_ ovrPlatformInitializeResult ( ) |
---|
Describes the various results possible when attempting to initialize the platform. Anything other than ovrPlatformInitialize_Success should be considered a fatal error with respect to using the platform, as the platform is not guaranteed to be legitimate or work correctly. |
const char* ovrPlatformInitializeResult_ToString ( ovrPlatformInitializeResult value ) |
---|
Converts an ovrPlatformInitializeResult enum value to a string The returned string does not need to be freed |
ovrPlatformInitializeResult ovrPlatformInitializeResult_FromString ( const char * str ) |
---|
Converts a string representing an ovrPlatformInitializeResult enum value to an enum value |