Files
PowerToys/src/modules/alwaysontop/AlwaysOnTop/WinHookEventIDs.h

5 lines
143 B
C
Raw Normal View History

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