Click or drag to resize

UInt32KeyShellItemId Constructor (UInt32)

Initializes a new instance of the UInt32KeyShellItemId class.

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

Parameters

value
Type: SystemUInt32
The key value as an unsigned int.
See Also