WindowsUtilitiesGetWindowLong Method |
Retrieves information about the specified window.
The function also retrieves the value at a specified offset into the extra window memory.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetWindowLong(
IntPtr handle,
WL index
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window and, indirectly, the class to which the window belongs. - index
- Type: ShellBoost.Core.UtilitiesWL
The zero-based offset to the value to be retrieved.
Return Value
Type:
IntPtrThe requested value or IntPtr.Zero.
See Also