Microsoft DirectX 8.0 (C++) |
Retrieves the named band.
HRESULT GetBand( WCHAR* pwszName, IDirectMusicBand** ppBand );
If the method succeeds, the return value is S_OK if a band is returned, or S_FALSE if there is no band with that name.
If the method fails, the return value can be E_POINTER.
Header: Declared in dmusici.h.