GetThemeRect function uxtheme

int GetThemeRect(
  1. int hTheme,
  2. int iPartId,
  3. int iStateId,
  4. int iPropId,
  5. Pointer<RECT> pRect,
)

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);