mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +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();
|