TCHAR szDrive[BUFSIZ];
TCHAR szSyName[255];
UINT uType;
FindFirstVolume(szDrive,BUFSIZ);

GetVolumeInformation(szDrive,
NULL,0,
...