Microsoft DirectX 9.0

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.

Remarks

DirectMusic Producer does not support embedding chordmap references in style files.

Requirements

  Header: Declared in dmusici.h.

See Also