CVROverlay.GetOverlayKey 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::UInt32 GetOverlayKey(System::UInt64 ulOverlayHandle, System::Text::StringBuilder ^ pchValue, System::UInt32 unBufferSize, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError % pError);
public uint GetOverlayKey (ulong ulOverlayHandle, System.Text.StringBuilder pchValue, uint unBufferSize, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError pError);
member this.GetOverlayKey : uint64 * System.Text.StringBuilder * uint32 * EVROverlayError -> uint32
Public Function GetOverlayKey (ulOverlayHandle As ULong, pchValue As StringBuilder, unBufferSize As UInteger, ByRef pError As EVROverlayError) As UInteger
Parameters
- ulOverlayHandle
- UInt64
- pchValue
- StringBuilder
- unBufferSize
- UInt32
- pError
- EVROverlayError