Jump to content

WinQueryWindowULong

From EDM2
Revision as of 19:25, 14 May 2025 by Martini (talk | contribs)

This function obtains the unsigned long integer value, at a specified offset, from the memory of a reserved window word, of a given window.

Syntax

WinQueryWindowULong( hwnd, index )

Parameters

hwnd (HWND)
Handle of window to be queried.
index (LONG)
Zero-based index into the window words of the value to be queried.

Returns

ulValue (ULONG)
Value contained in the window word.