IDirectMusicPortDownload::Unload
This method unloads a buffer that was previously downloaded by using IDirectMusicPortDownload::Download.
HRESULT Unload(
IDirectMusicDownload* pIDMDownload
);
Parameters
- pIDMDownload
Address of the IDirectMusicDownload 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:
| E_NOINTERFACE |
| DMUS_E_SYNTHNOTCONFIGURED |
Requirements
OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusicc.h.
Link Library: Dmusic.lib.
See Also
IDirectMusicDownload | IDirectMusicPortDownload::Download
Last updated on Monday, April 12, 2004
© 1992-2002 Microsoft Corporation. All rights reserved.