Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 2.42 KB

nf-shdeprecated-ibrowserservice2-wndprocbs.md

File metadata and controls

87 lines (66 loc) · 2.42 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shdeprecated.IBrowserService2.WndProcBS
IBrowserService2::WndProcBS (shdeprecated.h)
Deprecated. Allows a derived class to call the WinProc function of the base class.
IBrowserService2 interface [Windows Shell]
WndProcBS method
IBrowserService2.WndProcBS
IBrowserService2::WndProcBS
WndProcBS
WndProcBS method [Windows Shell]
WndProcBS method [Windows Shell]
IBrowserService2 interface
shdeprecated/IBrowserService2::WndProcBS
shell.IBrowserService2_WndProcBS
zone_IBrowserService2_WndProcBS
shell\IBrowserService2_WndProcBS.htm
shell
d45877ac-2f0b-4130-9197-83f6e366ee19
12/05/2018
IBrowserService2 interface [Windows Shell],WndProcBS method, IBrowserService2.WndProcBS, IBrowserService2::WndProcBS, WndProcBS, WndProcBS method [Windows Shell], WndProcBS method [Windows Shell],IBrowserService2 interface, shdeprecated/IBrowserService2::WndProcBS, shell.IBrowserService2_WndProcBS, zone_IBrowserService2_WndProcBS
shdeprecated.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shdeprecated.idl
Windows
Internet Explorer 5.0
19H1
IBrowserService2::WndProcBS
shdeprecated/IBrowserService2::WndProcBS
c++
APIRef
kbSyntax
COM
Shdeprecated.h
IBrowserService2.WndProcBS

IBrowserService2::WndProcBS

-description

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

-parameters

-param hwnd [in]

Type: HWND

The handle of the window receiving the message.

-param uMsg [in]

Type: UINT

The message received by the window.

-param wParam [in, out]

Type: WPARAM

Additional message information specific to the message type.

-param lParam [in, out]

Type: LPARAM

Additional message information specific to the message type.

-returns

Type: LRESULT

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