Microsoft DirectX 8.0 (C++)

IDirectMusicStyle8::GetDefaultChordMap

Retrieves the style's default chordmap.

HRESULT GetDefaultChordMap(
  IDirectMusicChordMap** ppChordMap
);

Parameters

ppChordMap
Address of a variable that receives a pointer to the IDirectMusicChordMap8 interface.

Return Values

If the method succeeds, the return value is S_OK if a chordmap is returned, or S_FALSE if the style does not have a default chordmap.

If it fails, the method can return E_POINTER.

Requirements

  Header: Declared in dmusici.h.

See Also

IDirectMusicStyle8::GetChordMap, Using Chordmaps