Function Reference


_WinAPI_GetWindowSubclass

Retrieves the reference data for the specified window subclass callback

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

Parameters

$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.

Return Value

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

See Also

Search GetWindowSubclass in MSDN Library.