CdromKnownGoodDigitalPlayback function (storprop.h)

Determines whether the specified CD-ROM or DVD drive has digital playback that is known to be good.

Syntax

BOOL CdromKnownGoodDigitalPlayback(
  [in] HDEVINFO         HDevInfo,
  [in] PSP_DEVINFO_DATA DevInfoData
);

Parameters

[in] HDevInfo

A handle to a device information set listing the devices for which information is to be returned. This handle is typically returned by the SetupDiGetClassDevs or SetupDiGetClassDevsEx function.

[in] DevInfoData

A pointer to an SP_DEVINFO_DATA structure that defines the device instance.

Return value

If digital playback is good, the return value is TRUE. Otherwise, the return value is FALSE.

Remarks

This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Storprop.dll.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Windows
Header storprop.h
DLL Storprop.dll

See also

Device Management Functions