HCDROM GetCDHandle( LPGETCDHAND lpcd );


Description: Opens a handle to a CD-ROM device with the options specified in the lpcd parameter.

Parameters:
lpcd Pointer to a GETCDHAND struct. The values supplied in this parameter specify the CD-ROM device and desired options.

Return Value: On error, returns a NULL. On success, returns the handle to the desired CD-ROM device.

See also: CloseCDHandle, GetAspiLibError, GETCDHAND