Microsoft DirectX 9.0 SDK Update (October 2004) |
The Unload method unloads a buffer that was previously downloaded by using IDirectMusicPortDownload8::Download.
Syntax
HRESULT Unload(
IDirectMusicDownload* pIDMDownload
);
Parameters
pIDMDownload
Address of the IDirectMusicDownload8 interface for the buffer.
Return Values
Return values are determined by the port implementation.
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following values:
Return code |
E_NOINTERFACE |
DMUS_E_SYNTHNOTCONFIGURED |
Requirements
Header: Dmusicc.h
See Also