共用方式為


IWriteEngine2::p ut_BytesPerSector 方法 (imapi2.h)

設定寫入期間每個扇區要使用的位元元組數目。

語法

HRESULT put_BytesPerSector(
  [in] LONG value
);

參數

[in] value

寫入期間要用於每個扇區的位元元組數目。 最小大小為 1 位元組,最大值為 MAXLONG 位元組。 一般而言,雖然 (支援任何任意大小,例如 2352 或 2448) ,但 CD 媒體的這個值是 2,048 個字節。 此值僅限於 IDiscRecorder2Ex::GetMaximumPageAlignedTransferSize,這通常是 65,536 (64K) 個字節。

傳回值

成功時會傳回S_OK,但可能會因為實作而傳回其他成功碼。 下列錯誤碼通常會在作業失敗時傳回,但不代表唯一可能的錯誤值:

傳回碼 Description
E_FAIL
未指定的失敗。

值:0x80004005

E_INVALIDARG
一或多個自變數無效。

值:0x80070057

備註

您必須指定邏輯區塊大小。

規格需求

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

另請參閱

IWriteEngine2

IWriteEngine2::get_BytesPerSector

IWriteEngine2::get_EndingSectorsPerSecond

IWriteEngine2::get_StartingSectorsPerSecond

IWriteEngine2::p ut_EndingSectorsPerSecond

IWriteEngine2::p ut_StartingSectorsPerSecond