extern "C" CMDAPIIMPORT APIRET CMDPrintLabel ( const char * drive, ULONG DriveNum ) ;
The volume label and volume serial number of the specified drive number, where 1 is drive A:, 2 is drive B: and so forth, are printed. The string parameter is the name of the drive which will be used as part of the output text. It should be a NUL-terminated string comprising the drive letter followed by a colon.