CVRApplications.GetApplicationPropertyUint64 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::UInt64 GetApplicationPropertyUint64(System::String ^ pchAppKey, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationProperty eProperty, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationError % peError);
public ulong GetApplicationPropertyUint64 (string pchAppKey, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty eProperty, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError peError);
member this.GetApplicationPropertyUint64 : string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty * EVRApplicationError -> uint64
Public Function GetApplicationPropertyUint64 (pchAppKey As String, eProperty As EVRApplicationProperty, ByRef peError As EVRApplicationError) As ULong
Parameters
- pchAppKey
- String
- eProperty
- EVRApplicationProperty
- peError
- EVRApplicationError