Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.92 KB

nf-shdeprecated-ibrowserservice2-_sendchildren.md

File metadata and controls

92 lines (69 loc) · 2.92 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._SendChildren
IBrowserService2::_SendChildren (shdeprecated.h)
Deprecated. Allows the derived class to send a message through the SendMessage function directly instead of relying on the base class.
IBrowserService2 interface [Windows Shell]
_SendChildren method
IBrowserService2._SendChildren
IBrowserService2::_SendChildren
_SendChildren
_SendChildren method [Windows Shell]
_SendChildren method [Windows Shell]
IBrowserService2 interface
shdeprecated/IBrowserService2::_SendChildren
shell.IBrowserService2__SendChildren
zone_IBrowserService2__SendChildren
shell\IBrowserService2__SendChildren.htm
shell
159516ce-1731-478a-8d84-85d0001f9c63
12/05/2018
IBrowserService2 interface [Windows Shell],_SendChildren method, IBrowserService2._SendChildren, IBrowserService2::_SendChildren, _SendChildren, _SendChildren method [Windows Shell], _SendChildren method [Windows Shell],IBrowserService2 interface, shdeprecated/IBrowserService2::_SendChildren, shell.IBrowserService2__SendChildren, zone_IBrowserService2__SendChildren
shdeprecated.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shdeprecated.idl
Windows
Internet Explorer 5.0
19H1
IBrowserService2::_SendChildren
shdeprecated/IBrowserService2::_SendChildren
c++
APIRef
kbSyntax
COM
Shdeprecated.h
IBrowserService2._SendChildren

IBrowserService2::_SendChildren

-description

Deprecated. Allows the derived class to send a message through the SendMessage function directly instead of relying on the base class.

-parameters

-param hwndBar [in]

Type: HWND

A handle to the browser window whose window procedure receives the message.

-param fBroadcast [in]

Type: BOOL

The BOOL that indicates whether to allow the derived class to broadcast the SendMessage function. TRUE to allow broadcasting; FALSE otherwise.

-param uMsg [in]

Type: UINT

The message to be sent.

-param wParam [in, out]

Type: WPARAM

Additional message-specific information.

-param lParam [in, out]

Type: LPARAM

Additional message-specific information.

-returns

Type: HRESULT

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