Click or drag to resize

ShellExtensionRegistrarIsHandlerRegistered Method

IT Hit User File System
Determines if a handler with a specified CLSID is registered in the system.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public static bool IsHandlerRegistered(
	Guid handlerGuid,
	bool checkPackagedCom = false
)

Parameters

handlerGuid
Type: SystemGuid
CLSID of shell service provider.
checkPackagedCom (Optional)
Type: SystemBoolean
If true also checks HKEY_CLASSES_ROOT\PackagedCom\ keys.

Return Value

Type: Boolean
True if specified CLSID is registered. False - otherwise.
See Also