ILocalRegistry4 Members
Include Protected Members
Include Inherited Members
Establishes a local registry relative to the Visual Studio registry hive. You can get an instance of the interface through the SLocalRegistry (SID_SLocalRegistry) service.
The ILocalRegistry4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLocalRegistryRootEx | Returns the local registry root. | |
RegisterClassObject | Loads a class factory and registers it with COM. | |
RegisterInterface | Registers an interface for marshaling by using a locally registered proxy. | |
RevokeClassObject | Revokes a registered class object. |
Top