CVROverlay.CreateDashboardOverlay(String, String, UInt64, UInt64) 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:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError CreateDashboardOverlay(System::String ^ pchOverlayKey, System::String ^ pchOverlayFriendlyName, System::UInt64 % pMainHandle, System::UInt64 % pThumbnailHandle);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError CreateDashboardOverlay (string pchOverlayKey, string pchOverlayFriendlyName, ref ulong pMainHandle, ref ulong pThumbnailHandle);
member this.CreateDashboardOverlay : string * string * uint64 * uint64 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function CreateDashboardOverlay (pchOverlayKey As String, pchOverlayFriendlyName As String, ByRef pMainHandle As ULong, ByRef pThumbnailHandle As ULong) As EVROverlayError
Parameters
- pchOverlayKey
- String
- pchOverlayFriendlyName
- String
- pMainHandle
- UInt64
- pThumbnailHandle
- UInt64