CVRNotifications.CreateNotification 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::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
- type
- EVRNotificationType
- pchText
- String
- style
- EVRNotificationStyle
- pImage
- NotificationBitmap_t
- pNotificationId
- UInt32