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