CdromKnownGoodDigitalPlayback function
Determines whether the specified CD-ROM or DVD drive has digital playback that is known to be good.
Syntax
BOOL WINAPI CdromKnownGoodDigitalPlayback( _In_ HDEVINFO DevInfo, _In_ PSP_DEVINFO_DATA DevInfoData );
Parameters
- DevInfo [in]
-
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.
- DevInfoData [in]
-
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
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
DLL |
|
See also