Win32WindowSetLong Method |
Changes an attribute of this window.
The function also sets a value at the specified offset in the extra window memory.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr SetLong(
WL index,
IntPtr newLong
)
Parameters
- index
- Type: 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