共用方式為


IDiscRecorder2Ex 介面 (imapi2.h)

此介面代表實體裝置。 您可以使用這個介面來擷取計算機上安裝的CD和 DVD 裝置相關信息,並執行像是關閉匣或退出媒體等作業。 此介面會擷取無法透過 IDiscRecorder2 介面取得的資訊,並可讓您更輕鬆地存取 IDiscRecorder2 中的某些相同屬性值。

若要取得此介面的實例,請建立 IDiscRecorder2 介面的實例,然後呼叫 IDiscRecorder2::QueryInterface 方法來擷取 IDiscRecorder2Ex 介面。

請注意,您無法從文稿存取這項功能。

繼承

IDiscRecorder2Ex 介面繼承自 IDispatch 介面。 IDiscRecorder2Ex 也有下列類型的成員:

方法

IDiscRecorder2Ex 介面具有這些方法。

 
IDiscRecorder2Ex::GetAdapterDescriptor

擷取裝置的配接器描述項。
IDiscRecorder2Ex::GetByteAlignmentMask

擷取裝置的位元組對齊遮罩。
IDiscRecorder2Ex::GetDeviceDescriptor

擷取裝置的裝置描述項。
IDiscRecorder2Ex::GetDiscInformation

從媒體擷取光碟資訊。
IDiscRecorder2Ex::GetFeaturePage

從裝置擷取指定的功能頁面。
IDiscRecorder2Ex::GetMaximumNonPageAlignedTransferSize

擷取裝置的非頁面對齊傳輸大小上限。
IDiscRecorder2Ex::GetMaximumPageAlignedTransferSize

擷取裝置的頁面對齊傳輸大小上限。
IDiscRecorder2Ex::GetModePage

從裝置擷取指定的模式頁面。
IDiscRecorder2Ex::GetSupportedFeaturePages

擷取支援的功能頁面清單或裝置目前的功能頁面。
IDiscRecorder2Ex::GetSupportedModePages

擷取裝置支援的模式頁面。
IDiscRecorder2Ex::GetSupportedProfiles

擷取支援的配置檔或裝置目前的配置檔。
IDiscRecorder2Ex::GetTrackInformation

從媒體擷取追蹤資訊。
IDiscRecorder2Ex::ReadStructure

從媒體讀取 DVD 結構。
IDiscRecorder2Ex::SendCommandGetDataFromDevice

將 MMC 命令傳送至從裝置要求資料的錄製裝置。
IDiscRecorder2Ex::SendCommandNoData

將 MMC 命令傳送至錄製裝置。 當沒有任何數據緩衝區傳送至裝置或從裝置接收時,請使用此函式。
IDiscRecorder2Ex::SendCommandSendDataToDevice

將 MMC 命令及其相關聯的數據緩衝區傳送至錄製裝置。
IDiscRecorder2Ex::SendHttpStructure

將 DVD 結構傳送至媒體。
IDiscRecorder2Ex::SetModePage

設定裝置的模式頁面數據。

備註

若要將數據寫入媒體,您必須使用 IWriteEngine2::p ut_Recorder 方法,將此錄製器附加至 IWriteEngine2 數據寫入器。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限桌面應用程式]
目標平台 Windows
標頭 imapi2.h

另請參閱

IDiscRecorder2