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

MemberValueDescription
ovrPlatformInitialize_Success
0
Oculus Platform SDK initialization succeeded.
ovrPlatformInitialize_Uninitialized
-1
Oculus Platform SDK was not initialized.
ovrPlatformInitialize_PreLoaded
-2
Oculus Platform SDK failed to initialize because the pre-loaded module was on a different path than the validated library.
ovrPlatformInitialize_FileInvalid
-3
Oculus Platform SDK files failed to load.
ovrPlatformInitialize_SignatureInvalid
-4
Oculus Platform SDK failed to initialize due to an invalid signature in the signed certificate.
ovrPlatformInitialize_UnableToVerify
-5
Oculus Platform SDK failed to verify the application's signature during initialization.
ovrPlatformInitialize_VersionMismatch
-6
There was a mismatch between the version of Oculus Platform SDK used by the application and the version installed on the Oculus user's device.
ovrPlatformInitialize_Unknown
-7
ovrPlatformInitialize_InvalidCredentials
-8
Oculus Platform SDK failed to initialize because the Oculus user had an invalid account access token.
ovrPlatformInitialize_NotEntitled
-9
Oculus Platform SDK failed to initialize because the Oculus user does not have the application entitlement.