Microsoft DirectX 8.0 (C++) |
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 of its own. Like all COM interfaces, it inherits the IUnknown interface methods. This interface supports the following three methods:
IUnknown | AddRef |
QueryInterface | |
Release |
Header: Declared in dmusicc.h.