Win32WindowGetLong Method |
Retrieves information about this window.
The function also retrieves the value at a specified offset into the extra window memory.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr GetLong(
WL index
)
Parameters
- index
- Type: 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