Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an indexed property, which takes a LONG value with a range of 1 to 99 as the index to determine which track the user is querying. The returned object is then queried/set for the particular per-track property of interest.
Syntax
HRESULT get_TrackInfo(
[in] LONG trackIndex,
[out] IRawCDImageTrackInfo **value
);
Parameters
[in] trackIndex
A LONG value within a 1 to 99 range that is used to specify which track is queried.
[out] value
A pointer to a pointer to an IRawCDImageTrackInfo object that contains information about the track associated with the specified trackInfo index value.
Return value
S_OK is returned on success, but other success codes may be returned as a result of implementation.
Remarks
This method is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | imapi2.h |