IOleInPlaceSiteWindowless.OnDefWindowMessage 方法
调用处理的所有消息的默认传递给对象。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
Function OnDefWindowMessage ( _
MSG As UInteger, _
wParam As IntPtr, _
lParam As IntPtr, _
<OutAttribute> ByRef plResult As Integer _
) As Integer
int OnDefWindowMessage(
uint MSG,
IntPtr wParam,
IntPtr lParam,
out int plResult
)
参数
- MSG
类型:System.UInt32
[in] windows 消息的标识符传递给容器受到窗口。
- wParam
类型:System.IntPtr
[in] windows 消息的参数提供给容器受到窗口。
- lParam
类型:System.IntPtr
[in] windows 消息的参数传递给容器受到窗口。
- plResult
类型:System.Int32%
[out] 生成的指针 windows 消息的代码如 windows API 定义。
返回值
类型:System.Int32
S_OK
处理 windows 消息的容器的默认成功调用。
S_FALSE
处理 windows 消息的容器的默认尚未调用。请参见杂注到以下实现。
备注
有关 COM 接口的信息,请参见 IOleInPlaceSiteWindowless::OnDefWindowMessage
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。