mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 03:07:54 +08:00
7 lines
225 B
C
7 lines
225 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
HWND CreateMsgWindow(_In_ HINSTANCE hInst, _In_ WNDPROC pfnWndProc, _In_ void* p);
|
|
|
|
// If HWND is already dead, we assume it wasn't elevated
|
|
bool IsProcessOfWindowElevated(HWND window); |