Microsoft DirectX 8.0 (C++) |
Retrieves the start and end loop points inside the segment that repeat the number of times set by the IDirectMusicSegment8::SetRepeats method.
HRESULT GetLoopPoints( MUSIC_TIME* pmtStart, MUSIC_TIME* pmtEnd );
If the method succeeds, the return value is S_OK.
If it fails, the method can return E_POINTER.
Header: Declared in dmusici.h.