Microsoft DirectX 8.1 (Visual Basic)

DirectMusicPerformance8.RemoveNotificationType

The 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)

Parts

object

Resolves to a DirectMusicPerformance8 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