CVRNotifications.CreateNotification Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRNotificationError CreateNotification(System::UInt64 ulOverlayHandle, System::UInt64 ulUserValue, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRNotificationType type, System::String ^ pchText, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRNotificationStyle style, Microsoft::MixedReality::Toolkit::OpenVR::Headers::NotificationBitmap_t % pImage, System::UInt32 % pNotificationId);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationError CreateNotification (ulong ulOverlayHandle, ulong ulUserValue, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationType type, string pchText, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationStyle style, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.NotificationBitmap_t pImage, ref uint pNotificationId);
member this.CreateNotification : uint64 * uint64 * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationType * string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationStyle * NotificationBitmap_t * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRNotificationError
Public Function CreateNotification (ulOverlayHandle As ULong, ulUserValue As ULong, type As EVRNotificationType, pchText As String, style As EVRNotificationStyle, ByRef pImage As NotificationBitmap_t, ByRef pNotificationId As UInteger) As EVRNotificationError

Parameters

ulOverlayHandle
UInt64
ulUserValue
UInt64
pchText
String
pNotificationId
UInt32

Returns

EVRNotificationError

Applies to