Microsoft DirectX 8.0 (C++)

IDirectMusicSong8::Unload

Not implemented in DirectX 8.0.

Unloads instrument data from an audiopath.

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

IDirectMusicSong8::Download