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

OVR_PlatformInitializeResult.h File

Enumeration Types

Enumeration 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.
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

Typedefs

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.

Functions

Converts an ovrPlatformInitializeResult enum value to a string The returned string does not need to be freed
Converts a string representing an ovrPlatformInitializeResult enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon