IDirectMusicGetLoader8 Interface
The IDirectMusicGetLoader8 interface is used by an object parsing a stream when the object needs to load another object referenced by the stream. If a stream supports the loader, it must provide an IDirectMusicGetLoader8 interface.
For an example of how to obtain the IDirectMusicGetLoader8 interface from the stream, see IDirectMusicGetLoader8::GetLoader.
IDirectMusicGetLoader8 is a type definition for IDirectMusicGetLoader. The two interface names are interchangeable.
In addition to the methods inherited from IUnknown, the IDirectMusicGetLoader8 interface exposes the following method.
Method | Description |
GetLoader | Retrieves a pointer to the loader object that created the stream. |
Requirements
** Header:** Dmusici.h
See Also
See Also