API reference
API reference
Select your platform
No SDKs available
No versions available

ovrPlatformInitializeResult_ Enum

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.

Enumeration Constants

MemberValue
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