CdromKnownGoodDigitalPlayback function (storprop.h)
Determines whether the specified CD-ROM or DVD drive has digital playback that is known to be good.
BOOL CdromKnownGoodDigitalPlayback(
[in] HDEVINFO HDevInfo,
[in] PSP_DEVINFO_DATA DevInfoData
);
[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.
If digital playback is good, the return value is TRUE. Otherwise, the return value is FALSE.
This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Storprop.dll.
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Minimum supported server | Windows Server 2003 |
Target Platform | Windows |
Header | storprop.h |
DLL | Storprop.dll |