Share via


IDirectMusicSegmentState::GetSegment

This method returns a pointer to the segment that owns this segment state.

HRESULT GetSegment(
  IDirectMusicSegment** ppSegment
); 

Parameters

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method can return E_POINTER.

Remarks

The pointer returned in ppSegment must be released by the application.

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.
Link Library: Dmusic.lib.

See Also

IDirectMusicSegment

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.