WinXAutoSizer_GetMainSeries (hWnd)
Gets the id of the main Auto Sizer series for a window
Parameter | Description |
---|---|
hWnd | The handle to the window to get the main Auto Sizer series of |
The id of the main Auto Sizer series or -1 on fail
none
'get the main series for the main window mainSeries = WinXAutoSizer_GetMainSeries (#hMain) |