Microsoft DirectX 8.0 (Visual Basic)

DirectMusicPerformance8.SetNotificationHandle

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.

See Also

DirectXEvent8