Click or drag to resize

Win32WindowSetLong Method

Changes an attribute of this window. The function also sets a value at the specified offset in 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 SetLong(
	WL index,
	IntPtr newLong
)

Parameters

index
Type: callback.ShellBoost.Core.UtilitiesWL
The zero-based offset to the value to be set.
newLong
Type: SystemIntPtr
The replacement value.

Return Value

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