Files
PowerToys/src/modules/alwaysontop/AlwaysOnTop/WinHookEventIDs.h
Seraphima Zykova fa81968dbb [AlwaysOnTop] Proof of concept (#14360)
Co-authored-by: Niels Laute <niels.laute@live.nl>
2021-12-29 17:33:20 +00:00

5 lines
143 B
C

#pragma once
extern UINT WM_PRIV_SETTINGS_CHANGED; // Scheduled when the a watched settings file is updated
void InitializeWinhookEventIds();