Solid Edge Framework Type Library
WindowProc Method
Specifies the window handle.
Specifies the message.
Specifies additional message information.
Specifies additional message information.
Description
Occurs when the command window receives a window event.
Syntax
Visual Basic
Public Function WindowProc( _
   ByVal pTheDoc As Object, _
   ByVal pTheView As Object, _
   ByVal nMsg As UInt, _
   ByVal wParam As ULong, _
   ByVal lParam As Long _
) As Long
Parameters
pTheDoc
Specifies the window handle.
pTheView
Specifies the message.
nMsg
Specifies additional message information.
wParam
Specifies additional message information.
lParam
See Also

ISECommandWindowEvents Object  | ISECommandWindowEvents Members

Send comments on this topic.