This topic has not yet been rated - Rate this topic

ILocalRegistry2.GetLocalRegistryRoot Method

Returns the local registry root.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

int GetLocalRegistryRoot (
	out string pbstrRoot
)
int GetLocalRegistryRoot (
	/** @attribute OutAttribute() */ /** @ref */ String pbstrRoot
)
JScript does not support passing value-type arguments by reference.

Parameters

pbstrRoot

[out] Pointer to a string containing the local registry root.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

COM Signature

From objext.idl:

HRESULT ILocalRegistry2::GetLocalRegistryRoot(

   [out] BSTR* pbstrRoot

);

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.