Microsoft DirectX 8.0 (C++) |
Not implemented in DirectX 8.0.
Retrieves one of the segments that make up the song, by name.
HRESULT GetSegment( WCHAR pwzName, IDirectMusicSegment **ppSegment );
If the method succeeds, one of the following success codes is returned:
S_OK | The segment was retrieved. |
S_FALSE | pwzName does not match any segment. |
DMUS_S_GARBAGE_COLLECTED | See Garbage Collection. |
If it fails, the method can return E_POINTER.
Header: Declared in dmusici.h.