You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-insights/reference/sdk/functions/relog.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,6 @@ The input trace is passed through the analyzer group *numberOfAnalysisPasses* ti
77
77
78
78
The relogging of system events like CPU samples from within a relogger class isn't supported. Use the *systemEventsRetentionFlags* parameter to decide which system events to keep in the output trace.
79
79
80
-
The `relog` function depends on the COM API, so it is necessary for the user to call the [`CoInitialize`](https://learn.microsoft.com/en-us/windows/win32/api/objbase/nf-objbase-coinitialize) first and then [`CoUninitialize`](https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-couninitialize) once `relog` has finished. If you call `relog` without calling `CoInitialize` first then you will get error code 9 (RESULT_CODE_FAILURE_START_RELOGGER).
80
+
The `relog` function depends on the COM API, so it is necessary for the user to call the `CoInitialize` first and then `CoUninitialize` once `relog` has finished. If you call `relog` without calling `CoInitialize` first then you will get error code 9 (RESULT_CODE_FAILURE_START_RELOGGER).
0 commit comments