IBrowserService2::ForwardViewMsg 方法(shdeprecated.h)
荒废的。 使用视图接收的消息调用 SendMessage 函数,使用 BASEBROWSERDATA 结构的 _hwndView 成员作为 SendMessagehWnd 参数。
语法
LRESULT ForwardViewMsg(
[in] UINT uMsg,
[in] WPARAM wParam,
[in] LPARAM lParam
);
参数
[in] uMsg
类型:UINT
要发送的消息。
[in] wParam
类型:WPARAM
其他特定于消息的信息。
[in] lParam
类型:LPARAM
其他特定于消息的信息。
返回值
类型:LRESULT
返回值指定消息处理的结果;这取决于发送的消息。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
支持的最低服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | 窗户 |
标头 | shdeprecated.h |