I was struggling for a long time to attend this objective. This article http://www.codeproject.com/KB/audio-video/audio_cd.aspx was very helpful helping me understand what IMAPI can do. I want to be able to burn audio CDs (out of 44100hz 16bits wav files) and to be able to read ID tags(track, artists, ect...) with acceptable CD players (some advanced Players can do that) and also from computer.
So the answer was : en.wikipedia.org/wiki/CD-Text
This is where my search began on msdn http://msdn.microsoft.com/en-us/library/aa366450(VS.85).aspx
But absolutely nothing, not a single enumeration or a type that says IMAPI is the one for this kind of jobs, so i'm kinda stuck, i have no idea how to proceed.