IVsWebBrowserUser::GetOptionKeyPath Method (UInt32, String^)
Visual Studio 2015
Gets the registry key under which to save user preferences.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
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::Int32If 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 );
Show: