IOnOffTransitionManager
可讓用戶端將設定檔儲存在登錄的 IProfileCollection 中,以進行開機追蹤,但不會執行設定檔。 此行為與IControlManager的行為相反,它會立即執行設定檔。 當系統開機時,Windows 事件追蹤 (ETW) 讀取登錄機碼,並啟用提供者據以進行開機追蹤。 程式庫可啟動設定為在開機時執行的工作排程器工作,以收集 PCW 資料。
Syntax
{
[id(1), helpstring("EnableBootRecording")] HRESULT EnableBootRecording
([in] IProfileCollection* pProfileCollection);
[id(2), helpstring("DisableBootRecording")] HRESULT DisableBootRecording
([in] IProfileCollection* pProfileCollection);
[id(3), helpstring("StartShutdownRecording")] HRESULT StartShutdownRecording
([in] IProfileCollection* pProfileCollection);
[id(4), helpstring("UpdateShutdownRecording")] HRESULT UpdateShutdownRecording
([in] IProfileCollection* pProfileCollection);
[id(5), helpstring("MergeShutdownRecording")] HRESULT MergeShutdownRecording
([in] BSTR bstrFileName,
[in] IProfileCollection* pProfileCollection,
[in] ITraceMergeProperties* pTraceMergeProperties)
;
};
函式
此介面提供下表所述的函式。
函式 | 描述 |
---|---|
啟用指定設定檔集合的開機錄製。 |
|
停用指定設定檔集合的開機錄製。 |
|
啟動關機錄製。 |
|
更新關機錄製。 |
|
合併關機錄製。 |