diskspace

How to read a multi-session DVD disk size in Windows?

Hi, Trying to read the sizes of disks that were created in multiple sessions using GetDiskFreeSpaceEx() gives the size of the last session only. How do I read correctly the number and sizes of all sessions in C/C++? Thanks. ...