Click or drag to resize

IntPtrKeyShellItemId Constructor (IntPtr)

Initializes a new instance of the IntPtrKeyShellItemId class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtrKeyShellItemId(
	IntPtr value
)

Parameters

value
Type: SystemIntPtr
The key value as an IntPtr.
See Also