Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Devices
Device Management
 CdromKnownGoodDigitalPlayback funct...
CdromKnownGoodDigitalPlayback function

Applies to: desktop apps only

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

Storprop.h

DLL

Storprop.dll

See also

Device Management Functions

 

 

Send comments about this topic to Microsoft

Build date: 2/7/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker