Platform SDK: DirectX |
The IDirectMusicTrack::Init method is called by a segment when a track is added and performs any necessary initialization.
HRESULT Init( IDirectMusicSegment* pSegment );
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
DMUS_E_NOT_INIT |
E_OUTOFMEMORY |
E_POINTER |
If the track plays messages, it should call IDirectMusicSegment::SetPChannelsUsed in the Init method.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.