Retrieves the value of a position property
#include <WinAPITheme.au3>
_WinAPI_GetThemePosition ( $hTheme, $iPartID, $iStateID, $iPropID )
| $hTheme | Handle to a window's specified theme data. |
| $iPartID | The part that contains the position property. |
| $iStateID | The state of the part. |
| $iPropID | The property to retrieve ($TMT_*). |
| Success: | $tagPOINT structure that contains a position value. |
| Failure: | Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code. |
Search GetThemePosition in MSDN Library.