Microsoft DirectX 8.1 (C++)

IDirectMusicSegment8::GetLength

The GetLength method retrieves the length of the segment.

Syntax

HRESULT GetLength(
  MUSIC_TIME* pmtLength
);

Parameters

pmtLength

Address of a variable that receives the segment's length in music time.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method can return E_POINTER.

Remarks

The method always returns 1 in *pmtLength for segments created from wave files.

Requirements

  Header: Declared in dmusici.h.

See Also