Funktionreferenz


_WinAPI_GetWindowSubclass


Retrieves the reference data for the specified window subclass callback

#include <WinAPIShellEx.au3>
_WinAPI_GetWindowSubclass ( $hWnd, $pSubclassProc, $idSubClass )

Parameter

$hWnd Handle of the window being subclassed.
$pSubclassProc A pointer to a window procedure. This pointer and the subclass ID uniquely identify this subclass callback.
(See MSDN for more information)
$idSubClass The subclass ID.

Rückgabewert

Success: The reference data for the window subclass callback.
Failure: Sets the @error flag to non-zero.

Bemerkungen

None.

Siehe auch

Suche nach GetWindowSubclass in der MSDN Bibliothek.