Microsoft DirectX 8.1 (Visual Basic)

DirectMusicSegment8.SetRepeats

The SetRepeats method sets the number of times that the looping portion of the segment is to repeat.

object.SetRepeats(lRepeats As Long)

Parts

object

Resolves to a DirectMusicSegment8 object.

lRepeats

Number of repetitions.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

See Also