共用方式為


Control 類別的 ValidateConfiguration 方法

驗證組態文字的正確性,而不設定為使用中。 在成功時傳回 1,錯誤為 0。

語法

Uint32 ValidateConfiguration(
  [in]  string Config,
  [out] string ErrorString,
  [out] string WarningString,
  [out] string InfoString,
  [out] uint32 ErrorType
);

參數

設定 [in]

要檢查的組態。

ErrorString [out]

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

WarningString [out]

當這個方法傳回時,此參數會包含作業的任何驗證警告描述。

具有警告的文字字串。

InfoString [out]

當這個方法傳回時,此參數會包含一組有關組態的資訊。

ErrorType [out]

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

可能的值包括:

0

遺漏引數。

1

引數格式無效。

2

組態引數無效。

傳回值

0

失敗

1

Success

規格需求

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

另請參閱

控制