Click or drag to resize

ComServerGetKeyDefaultValueAsGuid Method

Gets a key default value as a guid.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected Guid? GetKeyDefaultValueAsGuid(
	string keyName
)

Parameters

keyName
Type: SystemString
The key name.

Return Value

Type: NullableGuid
A guid.
See Also