Click or drag to resize

Win32WindowGetLong Method

Retrieves information about this 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 IntPtr GetLong(
	WL index
)

Parameters

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