mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-25 10:01:57 +08:00
10 lines
220 B
C
10 lines
220 B
C
#pragma once
|
|
|
|
extern UINT WM_PRIV_MOVESIZESTART;
|
|
extern UINT WM_PRIV_MOVESIZEEND;
|
|
extern UINT WM_PRIV_LOCATIONCHANGE;
|
|
extern UINT WM_PRIV_NAMECHANGE;
|
|
extern UINT WM_PRIV_WINDOWCREATED;
|
|
|
|
void InitializeWinhookEventIds();
|