(IntPtr pInterface)
| 4093 | { |
| 4094 | IVRNotifications FnTable; |
| 4095 | internal CVRNotifications(IntPtr pInterface) |
| 4096 | { |
| 4097 | FnTable = (IVRNotifications)Marshal.PtrToStructure(pInterface, typeof(IVRNotifications)); |
| 4098 | } |
| 4099 | public EVRNotificationError CreateNotification(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationStyle style,ref NotificationBitmap_t pImage,ref uint pNotificationId) |
| 4100 | { |
| 4101 | IntPtr pchTextUtf8 = Utils.ToUtf8(pchText); |
nothing calls this directly
no outgoing calls
no test coverage detected