BOOL CloseCDHandle( HCDROM hCD );


Description: Closes a CD-ROM handle obtained from a call to GetCDHandle and releases resources associated with that handle. After the handle is closed, it may no longer be referenced by application code.

Parameters:
hCD CD-ROM handle returned from a previous call to GetCDHandle.

Return Value:

TRUE CD-ROM handle successfully closed.
FALSE A FALSE return value indicates that an error occurred trying to release the handle. Call GetAspiLibError for the specific error code.

See also: GetCDHandle, GetAspiLibError