ILocalRegistry2::GetLocalRegistryRoot Method (String^)
Visual Studio 2015
Returns the local registry root.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrRoot
-
Type:
System::String^
[out] Pointer to a string containing the local registry root.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
HRESULT ILocalRegistry2::GetLocalRegistryRoot(
[out] BSTR* pbstrRoot
);
Show: