IDirectMusicSegmentState::GetSegment
This method returns a pointer to the segment that owns this segment state.
HRESULT GetSegment(
IDirectMusicSegment** ppSegment
);
Parameters
- ppSegment
Address of a variable to receive a pointer to the IDirectMusicSegment interface.
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
Last updated on Monday, April 12, 2004
© 1992-2002 Microsoft Corporation. All rights reserved.