UpdateShutdownRecording

Updates shutdown recording.

Syntax

HRESULT MergeShutdownRecording
  ([in] BSTR bstrFileName,
  [in] IProfileCollection* pProfileCollection,
  [in] ITraceMergeProperties* pTraceMergeProperties)
;

Parameters

bstrFileName
[in] Indicates the name of the event trace log (ETL) file to which events are logged.

pProfileCollection
[in] Indicates the IProfileCollection object.

pTraceMergeProperties
[in] Indicates the ITraceMergeProperties object.

Return Value

The following table describes possible return values.

Return Value Description

S_OK

The function successfully updated the shutdown recording.

IOnOffTransitionManager