#pragma once #include "pch.h" #include class Trace : public telemetry::TraceBase { public: static void EnableFileLocksmith(_In_ bool enabled) noexcept; static void Invoked() noexcept; static void InvokedRet(_In_ HRESULT hr) noexcept; static void QueryContextMenuError(_In_ HRESULT hr) noexcept; };