Share via


UpdateShutdownRecording

Applies To: Windows 8, Windows 8.1

Updates shutdown recording.

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.

See Also

Reference

IOnOffTransitionManager