Microsoft DirectX 8.0 (C++) |
Retrieves the name of the band with a given index value.
HRESULT EnumBand( DWORD dwIndex, WCHAR * pwszName );
If the method succeeds, it returns S_OK, S_FALSE if there is no band with the given index value, or DMUS_S_STRING_TRUNCATED if the length of the name is greater than MAX_PATH.
If it fails, the method can return one of the following error values:
DMUS_E_TYPE_UNSUPPORTED |
E_POINTER |
Header: Declared in dmusici.h.