
How to read Audio-CD indentifier
If it's always the first line and in [] then just use the file open and read
it
Kevin
Quote:
>Hi VB freak
>Windows95 CD-Player reads an CD-specific identifier. It uses
>this number to save track information in cdplayer.ini.
>Example:
>[1467CF4]
>EntryType=1
>artist=Jamiroquai
>title=The Return Of The Space Cowboy
>numtracks=11
>0=Just Another Story
>1=Stillness In Time
>...
>How can I read this number (1467CF4)? By an API-call ?
>Thanks for hints
>Adrian