GetThemeRect function uxtheme
Retrieves the value of a RECT property.
HRESULT GetThemeRect(
HTHEME hTheme,
int iPartId,
int iStateId,
int iPropId,
LPRECT pRect
);
Implementation
int GetThemeRect(int hTheme, int iPartId, int iStateId, int iPropId,
Pointer<RECT> pRect) =>
_GetThemeRect(hTheme, iPartId, iStateId, iPropId, pRect);