Platform SDK: DirectX

DirectMusicPerformance.SetNotificationHandle

The DirectMusicPerformance.SetNotificationHandle method sets the event handle for notifications. When signaled, the application should call the DirectMusicPerformance.GetNotificationPMsg method to retrieve the notification event.

object.SetNotificationHandle(hnd As Long)

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.
hnd
Event handle, or 0 to clear an existing handle.

See Also

DirectXEvent