IVsWebBrowserUser::GetOptionKeyPath Method (UInt32, String^)

 

Gets the registry key under which to save user preferences.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetOptionKeyPath(
	unsigned int dwReserved,
	[OutAttribute] String^% pbstrKey
)

Parameters

dwReserved
Type: System::UInt32

[in] Reserved.

pbstrKey
Type: System::String^

[out] The registry key under which to save user preferences.

Return Value

Type: System::Int32

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

From vsbrowse.idl:

[C++]

HRESULT IVsWebBrowserUser::GetOptionKeyPath(
   [in] DWORD dwReserved, 
   [out] BSTR* pbstrKey
);
Return to top
Show: