IVsWebBrowserUser.GetOptionKeyPath(UInt32, String) Method

Definition

Gets the registry key under which to save user preferences.

public:
 int GetOptionKeyPath(System::UInt32 dwReserved, [Runtime::InteropServices::Out] System::String ^ % pbstrKey);
int GetOptionKeyPath(unsigned int dwReserved, [Runtime::InteropServices::Out] std::wstring const & & pbstrKey);
public int GetOptionKeyPath (uint dwReserved, out string pbstrKey);
abstract member GetOptionKeyPath : uint32 * string -> int
Public Function GetOptionKeyPath (dwReserved As UInteger, ByRef pbstrKey As String) As Integer

Parameters

dwReserved
UInt32

[in] Reserved.

pbstrKey
String

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

Returns

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

Remarks

COM Signature

From vsbrowse.idl:

[C++]

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

Applies to