DWORD GetCDId( HCDROM hCD, char *buf, int maxBuf );


Description: Generates an identifier string for the CD drive identified by hCD. The string is in the same format as GetDriveInfo -- composed of "manufacturer, model, revision (ha:tgt:lun)"

Parameters:
hCD Handle of the CD-ROM device
buf Buffer into which the identifier string will be copied. If buf is too small, the resulting string will be truncated.
maxBuf Maximum length of buf, including terminating '\0'.

Return Value:

SS_COMP Success
SS_ERR An error occured. Call GetAspiLibError to retrieve the specific error code.

See also: GetCDHandle, GetAspiLibError, GetDriveInfo