|
| abstract IntPtr | GetIntPtr () |
| |
| abstract EVRApplicationError | AddApplicationManifest (string pchApplicationManifestFullPath, bool bTemporary) |
| |
| abstract EVRApplicationError | RemoveApplicationManifest (string pchApplicationManifestFullPath) |
| |
| abstract bool | IsApplicationInstalled (string pchAppKey) |
| |
| abstract uint | GetApplicationCount () |
| |
| abstract EVRApplicationError | GetApplicationKeyByIndex (uint unApplicationIndex, string pchAppKeyBuffer, uint unAppKeyBufferLen) |
| |
| abstract EVRApplicationError | GetApplicationKeyByProcessId (uint unProcessId, string pchAppKeyBuffer, uint unAppKeyBufferLen) |
| |
| abstract EVRApplicationError | LaunchApplication (string pchAppKey) |
| |
| abstract EVRApplicationError | LaunchDashboardOverlay (string pchAppKey) |
| |
| abstract EVRApplicationError | IdentifyApplication (uint unProcessId, string pchAppKey) |
| |
| abstract uint | GetApplicationProcessId (string pchAppKey) |
| |
| abstract string | GetApplicationsErrorNameFromEnum (EVRApplicationError error) |
| |
| abstract uint | GetApplicationPropertyString (string pchAppKey, EVRApplicationProperty eProperty, string pchPropertyValueBuffer, uint unPropertyValueBufferLen, ref EVRApplicationError peError) |
| |
| abstract bool | GetApplicationPropertyBool (string pchAppKey, EVRApplicationProperty eProperty, ref EVRApplicationError peError) |
| |
| abstract ulong | GetApplicationPropertyUint64 (string pchAppKey, EVRApplicationProperty eProperty, ref EVRApplicationError peError) |
| |
| abstract EVRApplicationError | SetApplicationAutoLaunch (string pchAppKey, bool bAutoLaunch) |
| |
| abstract bool | GetApplicationAutoLaunch (string pchAppKey) |
| |
| abstract EVRApplicationError | GetStartingApplication (string pchAppKeyBuffer, uint unAppKeyBufferLen) |
| |
| abstract EVRApplicationTransitionState | GetTransitionState () |
| |
| abstract EVRApplicationError | PerformApplicationPrelaunchCheck (string pchAppKey) |
| |
| abstract string | GetApplicationsTransitionStateNameFromEnum (EVRApplicationTransitionState state) |
| |
| abstract bool | IsQuitUserPromptRequested () |
| |
Definition at line 542 of file openvr_api.cs.