IBrowserService2::WndProcBS method (shdeprecated.h)

Deprecated. Allows a derived class to call the WinProc function of the base class.

Syntax

LRESULT WndProcBS(
  [in]      HWND   hwnd,
  [in]      UINT   uMsg,
  [in, out] WPARAM wParam,
  [in, out] LPARAM lParam
);

Parameters

[in] hwnd

Type: HWND

The handle of the window receiving the message.

[in] uMsg

Type: UINT

The message received by the window.

[in, out] wParam

Type: WPARAM

Additional message information specific to the message type.

[in, out] lParam

Type: LPARAM

Additional message information specific to the message type.

Return value

Type: LRESULT

The return value specifies the result of the message processing; it depends on the message sent.

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