Platform SDK: DirectX

DirectMusicPerformance.RemoveNotificationType

The DirectMusicPerformance.RemoveNotificationType method removes a previously added notification type from the performance so that notification messages of that type are no longer sent.

object.RemoveNotificationType( _
    type As CONST_DMUS_NOTIFICATION_TYPE)

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.
type
Type of event for which notification messages are no longer to be sent. For possible values, see CONST_DMUS_NOTIFICATION_TYPE.

Error Codes

If the method fails, it raises an error, and Err.Number can be set to DMUS_E_INVALIDARG

See Also

DirectMusicPerformance.AddNotificationType