共用方式為


Control 類別的 SetConfiguration 方法

設定收集器的新使用中組態。

語法

Uint32 SetConfiguration(
  [in]  string Config,
  [in]  Uint32 OldTimestampLow,
  [in]  Uint32 OldTimestampHigh,
  [out] Uint32 NewTimestampLow,
  [out] Uint32 NewTimestampHigh,
  [out] string ErrorString,
  [out] string WarningString,
  [out] string InfoString,
  [out] uint32 ErrorType
);

參數

設定 [in]

要啟動的組態。

OldTimestampLow [in]

時間戳記的低序位,表示設定目前作用中組態的時機。 如果此屬性未設定為 0,則會啟用不可部分完成性檢查。

OldTimestampHigh [in]

時間戳記的高序位,表示設定目前作用中的組態的時機。 如果此屬性未設定為 0,則會啟用不可部分完成性檢查。

NewTimestampLow [out]

當這個方法傳回時,此參數會包含時間戳記的低序位,指出設定新組態的時機。 如果此屬性未設定為 0,則會啟用不可部分完成性檢查。

NewTimestampHigh [out]

當這個方法傳回時,此參數會包含時間戳記的高序位,指出設定新組態的時機。 如果此屬性未設定為 0,則會啟用不可部分完成性檢查。

ErrorString [out]

當這個方法傳回時,如果發生錯誤,此參數會包含錯誤描述。

WarningString [out]

當這個方法傳回時,此參數會包含作業的任何警告訊息。

InfoString [out]

當這個方法傳回時,此參數會包含新使用中組態的資訊。

ErrorType [out]

當這個方法傳回時,如果發生錯誤,此參數會指出錯誤類型。

0

遺漏新的組態。

1

新組態的格式無效。

2

新的組態無效。

3

開啟通訊端造成錯誤。

4

發生檔案寫入錯誤。

5

發生不可部分完成性錯誤。

傳回值

0

失敗

1

Success

規格需求

需求
最低支援的用戶端
Windows 10 [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2016
命名空間
Root\Microsoft\Windows\BootEventCollector
MOF
BootEventCollectorWMI.mof
DLL
BEvtCol.exe

另請參閱

控制