get_ISRC Method of the IRawCDTrackInfo Interface
[This documentation is preliminary and is subject to change.]
Retrieves the International Standard Recording Code (ISRC) currently associated with the track. This property value defaults to NULL (or a zero-length string) and may only be set for tracks containing audio data.
Syntax
HRESULT get_ISRC(
[out, optional] BSTR value
);
Parameters
- value
The ISRC currently associated with the track.
Return Value
S_OK is returned on success, but other success codes may be returned as a result of implementation.
Remarks
The format of the ISRC is provided to the caller formatted per ISRC standards (DIN-31-621) recommendations, such as “US-K7Y-98-12345”. When set, the provided string may optionally exclude all the ‘-‘ characters.
Requirements
| Client | Requires Windows Vista or Windows XP SP2. |
| Server | Requires Windows Server 2008 or Windows Server 2003. |
| IDL | Declared in Imapi2.idl. |
See Also
Send comments about this topic to Microsoft
Build date: 5/1/2008