#ifndef _NTUSER_H
NTSYSCALLAPI
BOOL
NTAPI
tUserCalculatePopupWindowPosition(
_In_ const POINT* anchorPoint,
_In_ const SIZE* windowSize,
_In_ ULONG flags,
_Inout_ RECT* excludeRect,
_Inout_ RECT* popupWindowPosition
);
View code on GitHub
No description available.