Microsoft DirectX 9.0

IDirectMusicDownloadedInstrument8 Interface

The IDirectMusicDownloadedInstrument8 interface is used to identify an instrument that has been downloaded to the synthesizer by using the IDirectMusicPort8::DownloadInstrument or the IDirectMusicPerformance8::DownloadInstrument method. The interface pointer is then used to unload the instrument through a call to IDirectMusicPort8::UnloadInstrument. After the instrument has been unloaded, the interface pointer must be released by the application. For an example, see Working with Instruments.

IDirectMusicDownloadedInstrument8 is a type definition for IDirectMusicDownloadedInstrument. The two interface names are interchangeable.

The IDirectMusicDownloadedInstrument8 interface has no methods other than those inherited from IUnknown.

Requirements

  Header: Declared in dmusicc.h.

See Also