Microsoft DirectX 9.0 SDK Update (October 2004) |
The Unload method unloads instrument data from a performance or audiopath.
Syntax
HRESULT Unload(
IUnknown *pAudioPath
);
Parameters
pAudioPath
Pointer to the IUnknown interface of the performance or audiopath from which to unload the instrument data.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the error values shown in the following table.
Return code |
DMUS_E_TRACK_NOT_FOUND |
E_POINTER |
Remarks
The method succeeds even if no data was previously downloaded.
Requirements
Header: Dmusici.h
Library: Dmime.dll, Dmimed.dll
See Also