Click or drag to resize

WindowsUtilitiesGetWindowLong 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
Syntax
C#
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: callback.ShellBoost.Core.UtilitiesWL
The zero-based offset to the value to be retrieved.

Return Value

Type: IntPtr
The requested value or IntPtr.Zero.
See Also