Microsoft DirectX 8.0 (C++) |
Assigns a toolgraph to the segment.
HRESULT SetGraph( IDirectMusicGraph* pGraph );
If the method succeeds, the return value is S_OK.
If it fails, the method can return E_POINTER.
Any messages flowing through tools in the current toolgraph are deleted.
The graph's reference count is incremented, so it is safe to release the original reference.
Header: Declared in dmusici.h.