Click or drag to resize

ShellExtensionRegistrarGetRegisteredPackages Method

IT Hit User File System
Returns collection of registered packages with COM handlers for specified CLSID.

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 string[] GetRegisteredPackages(
	Guid handlerGuid
)

Parameters

handlerGuid
Type: SystemGuid
CLSID of shell service provider.

Return Value

Type: String
An array of strings that contains the names of the packages with specified CLSID or empty array.
See Also