Funktionreferenz


_WinAPI_GetClassLongEx


Retrieves the specified value associated with the specified window

#include <WinAPISysWin.au3>
_WinAPI_GetClassLongEx ( $hWnd, $iIndex )

Parameter

$hWnd Handle to the window.
$iIndex The value to retrieve. This parameter can be one of the following values.
$GCL_CBCLSEXTRA
$GCL_CBWNDEXTRA
$GCL_HBRBACKGROUND
$GCL_HCURSOR
$GCL_HICON
$GCL_HICONSM
$GCL_HMODULE
$GCL_MENUNAME
$GCL_STYLE
$GCL_WNDPROC

Rückgabewert

Success: The requested value.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach GetClassLong in der MSDN Bibliothek.