Microsoft DirectX 8.0 (Visual Basic)

DirectMusicSegment8.GetStartPoint

Retrieves the point at which the segment starts playing in response to the DirectMusicPerformance8.PlaySegmentEx method.

object.GetStartPoint() As Long

Parts

object
Resolves to a DirectMusicSegment8 object.

Return Values

Returns the start point of the segment, in music time.

Error Codes

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

See Also

DirectMusicSegment8.SetStartPoint