WinQueryWindowULong: Difference between revisions
Appearance
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 difference)
|
Revision as of 15:39, 5 March 2024
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.