Microsoft DirectX 8.1 (Visual Basic) |
The SetNotificationHandle method sets the event handle for notifications. When signaled, the application should call the DirectMusicPerformance8.GetNotificationPMSG method to retrieve the notification event.
object.SetNotificationHandle(hnd As Long)
Parts
object
Resolves to a DirectMusicPerformance8 object.
hnd
Event handle, or 0 to clear an existing handle.