IDirectMusicPortDownload8::Unload
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
** Minimum Supported Client:** Windows 2000.
** Minimum Supported Server:** Windows 2000 Server.
** Header:** Dmusicc.h
See Also