Microsoft DirectX 8.0 (C++) |
Retrieves the IDirectMusicDownload8 interface pointer of a buffer whose unique identifier is known.
HRESULT GetBuffer( DWORD dwDLId, IDirectMusicDownload** ppIDMDownload );
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
E_POINTER |
DMUS_E_INVALID_DOWNLOADID |
DMUS_E_NOT_DOWNLOADED_TO_PORT |
Header: Declared in dmusicc.h.
IDirectMusicPortDownload8::GetDLId, IDirectMusicDownload8::GetBuffer, Low-Level DLS.