Jump to content

WinQueryWindowULong: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "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( h..."
 
No edit summary
Line 12: Line 12:


[[Category:Win]]
[[Category:Win]]
[[Category:WorkToDo]]

Revision as of 19:25, 14 May 2025

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.