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