Click or drag to resize

Int64KeyShellItemId Constructor (Int64)

Initializes a new instance of the Int64KeyShellItemId class.

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

Parameters

value
Type: SystemInt64
The key value as a long.
See Also