Microsoft DirectX 8.1 (C++) |
Not implemented in DirectX 8.1.
The Unload method unloads instrument data from an audiopath.
Syntax
HRESULT Unload(
IUnknown* pAudioPath
);
Parameters
pAudioPath
Pointer to the IUnknown interface of the audiopath from which to unload the instrument data.
Return Values
If the method succeeds, the return value is S_OK or DMUS_S_GARBAGE_COLLECTED. See Garbage Collection.
If it fails, the method may return E_POINTER.
Requirements
Header: Declared in dmusici.h.
Remarks
The method succeeds even if no data was previously downloaded.
See Also