Platform SDK: DirectX

IDirectMusicStyle::EnumChordMap

The IDirectMusicStyle::EnumChordMap method retrieves the name of the chord map with the given index value.

HRESULT EnumChordMap(
  DWORD dwIndex, 
  WCHAR * pwszName
);

Parameters

dwIndex
Zero-based index of the chord map in the style's chord-map list.
pwszName
Address of a buffer to receive the chord-map name. This should be of size MAX_PATH.

Return Values

If the method succeeds, the return value is S_OK, S_FALSE if there is no chord map 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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusici.h.