mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
#include <interface/win_hook_event_data.h>
|
|
|
|
void start_win_hook_event();
|
|
void stop_win_hook_event();
|