Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 3.11 KB

nf-storprop-cdromenabledigitalplayback.md

File metadata and controls

95 lines (67 loc) · 3.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:storprop.CdromEnableDigitalPlayback
CdromEnableDigitalPlayback function (storprop.h)
Enables digital playback for the specified CD-ROM or DVD drive.
CdromEnableDigitalPlayback
CdromEnableDigitalPlayback function
base.cdromenabledigitalplayback
storprop/CdromEnableDigitalPlayback
base\cdromenabledigitalplayback.htm
base
a50a0c9a-21f3-4d55-97c3-144f5835b6af
12/05/2018
CdromEnableDigitalPlayback, CdromEnableDigitalPlayback function, base.cdromenabledigitalplayback, storprop/CdromEnableDigitalPlayback
storprop.h
Windows
Windows XP
Windows Server 2003
StorProp.dll
Windows
19H1
CdromEnableDigitalPlayback
storprop/CdromEnableDigitalPlayback
c++
APIRef
kbSyntax
DllExport
StorProp.dll
CdromEnableDigitalPlayback

CdromEnableDigitalPlayback function

-description

Enables digital playback for the specified CD-ROM or DVD drive.

-parameters

-param 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.

-param DevInfoData [in]

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

-param ForceUnknown [in]

If this member is TRUE, playback is enabled even if the drive is not known to be good.

-returns

If the function succeeds, the return value is ERROR_SUCCESS.

If the function fails, the return value is an error code.

-remarks

To disable digital playback for the specified CD-ROM or DVD drive, use the CdromDisableDigitalPlayback function. To determine whether digital playback is enabled or disabled, use the CdromIsDigitalPlaybackEnabled function.

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

-see-also

CdromDisableDigitalPlayback

CdromIsDigitalPlaybackEnabled

CdromKnownGoodDigitalPlayback

Device Management Functions