Microsoft DirectX 8.0 (Visual Basic)

DirectMusicSegment8.GetChordMap

Retrieves a chordmap.

object.GetChordMap( _
  lTrack As Long, _
  mtTime As Long, _
  mtUntil As Long _
) As DirectMusicChordMap8

Parts

object
Resolves to a DirectMusicSegment8 object.
lTrack
Index of the chordmap track, or &H80000000 to find the track.
mtTime
Time at which to retrieve the chordmap.
mtUntil
Variable that receives the time, relative to mtTime, until which the chordmap is valid.

Return Values

Returns a DirectMusicChordMap8 object.

Error Codes

If the method fails, an error is raised.