Microsoft DirectX 9.0 SDK Update (October 2004) |
The GetTrackGroup method retrieves the group bits set on a track inside the segment.
Syntax
HRESULT GetTrackGroup(
IDirectMusicTrack* pTrack,
DWORD* pdwGroupBits
);
Parameters
pTrack
Track for which to find the group bits.
pdwGroupBits
Address of a variable that receives the groups. Each bit in the DWORD corresponds to a track group.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the error values shown in the following table.
Return code |
DMUS_E_NOT_FOUND |
E_INVALIDARG |
Requirements
Header: Dmusici.h
Library: Dmime.dll, Dmimed.dll
See Also