Microsoft DirectX 8.1 (Visual Basic) |
The GetStartPoint method retrieves the point within the segment at which it 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