IBrowserService2::_Initialize method (shdeprecated.h)

Deprecated. Coordinates the initializing of state between the base and the derived classes.

Syntax

HRESULT _Initialize(
  [in] HWND     hwnd,
  [in] IUnknown *pauto
);

Parameters

[in] hwnd

Type: HWND

A handle to the current window.

[in] pauto

Type: IUnknown*

A pointer to the IUnknown of the outer object's IWebBrowser2 automation interface.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shdeprecated.h