函数参考


_WinAPI_RemoveWindowSubclass

Removes a subclass callback from a window.

#Include <WinAPIEx.au3>
_WinAPI_RemoveWindowSubclass ( $hWnd, $pSubclassProc, $ID )

参数

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

(查看MSDN得到更多信息)
$ID The subclass ID.

返回值

成功: 返回 1.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索