mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add new icon as well as telemetry (#563)
* Update icon and add telemetry calls This change adds the new PowerRename icon and includes telemetry calls * Ensure string is freed * Update event naming convention * Delete PowerRenameDemo.gif Deleting this gif as I added it with a separate commit with the README.md update for PowerRename
This commit is contained in:
@@ -82,6 +82,8 @@ protected:
|
||||
static LRESULT CALLBACK s_msgWndProc(_In_ HWND hwnd, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam);
|
||||
LRESULT _WndProc(_In_ HWND hwnd, _In_ UINT msg, _In_ WPARAM wParam, _In_ LPARAM lParam);
|
||||
|
||||
void _LogOperationTelemetry();
|
||||
|
||||
HANDLE m_regExWorkerThreadHandle = nullptr;
|
||||
HANDLE m_startRegExWorkerEvent = nullptr;
|
||||
HANDLE m_cancelRegExWorkerEvent = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user