Microsoft DirectX 8.1 (Visual Basic)

DirectMusicSegmentState8.GetStartPoint

The GetStartPoint method retrieves the offset into the segment at which play began or will begin.

object.GetStartPoint() As Long

Parts

object

Resolves to a DirectMusicSegmentState8 object.

Return Values

Returns the start point for this segment state, in music time. This is not the value returned by DirectMusicSegment8.GetStartPoint if the start point of the segment has been changed since this segment state was created. Different instances of a playing segment can have different start points.

Error Codes

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

See Also