Skip to content

Latest commit

 

History

History
107 lines (87 loc) · 3.04 KB

nf-imapi2-idiscrecorder2-get_devicecanloadmedia.md

File metadata and controls

107 lines (87 loc) · 3.04 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:imapi2.IDiscRecorder2.get_DeviceCanLoadMedia
IDiscRecorder2::get_DeviceCanLoadMedia (imapi2.h)
Determines if the device can eject and subsequently reload media.
IDiscRecorder2 interface [IMAPI]
get_DeviceCanLoadMedia method
IDiscRecorder2.get_DeviceCanLoadMedia
IDiscRecorder2::get_DeviceCanLoadMedia
get_DeviceCanLoadMedia
get_DeviceCanLoadMedia method [IMAPI]
get_DeviceCanLoadMedia method [IMAPI]
IDiscRecorder2 interface
imapi.idiscrecorder2_get_devicecanloadmedia
imapi2/IDiscRecorder2::get_DeviceCanLoadMedia
imapi\idiscrecorder2_get_devicecanloadmedia.htm
imapi
aa6790aa-2999-4895-83fa-3967cb411741
12/05/2018
IDiscRecorder2 interface [IMAPI],get_DeviceCanLoadMedia method, IDiscRecorder2.get_DeviceCanLoadMedia, IDiscRecorder2::get_DeviceCanLoadMedia, get_DeviceCanLoadMedia, get_DeviceCanLoadMedia method [IMAPI], get_DeviceCanLoadMedia method [IMAPI],IDiscRecorder2 interface, imapi.idiscrecorder2_get_devicecanloadmedia, imapi2/IDiscRecorder2::get_DeviceCanLoadMedia
imapi2.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2.idl
Windows
19H1
IDiscRecorder2::get_DeviceCanLoadMedia
imapi2/IDiscRecorder2::get_DeviceCanLoadMedia
c++
APIRef
kbSyntax
COM
imapi2.h
IDiscRecorder2.get_DeviceCanLoadMedia

IDiscRecorder2::get_DeviceCanLoadMedia

-description

Determines if the device can eject and subsequently reload media.

-parameters

-param value [out]

Is VARIANT_TRUE if the device can eject and subsequently reload media. If VARIANT_FALSE, loading media must be done manually.

Note  For slim drives or laptop drives, which utilize a manual tray-loading mechanism, this parameter can indicate an incorrect value of VARIANT_TRUE.
 

-returns

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

Return code Description
E_POINTER
Pointer is not valid.

Value: 0x80004003

E_FAIL
Unspecified failure.

Value: 0x80004005

-see-also

IDiscRecorder2

IDiscRecorder2::EjectMedia