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

ovr_ApplicationLifecycle_GetRegisteredPIDs Function

Return a list of all the pids that we know are registered to your application.
A message with type ovrMessage_ApplicationLifecycle_GetRegisteredPIDs will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrPidArrayHandle. Extract the payload from the message handle with ovr_Message_GetPidArray().

Signature

ovrRequest ovr_ApplicationLifecycle_GetRegisteredPIDs()

Returns