Microsoft DirectX 8.1 (C++)

IDirectMusicStyle8::GetDefaultChordMap

The GetDefaultChordMap method retrieves the style's default chordmap.

Syntax

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