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 Sub WindowProc( _
   ByVal pUnkDoc As Object, _
   ByVal pUnkView As Object, _
   ByVal nMsg As Long, _
   ByVal wParam As Long, _
   ByVal lParam As Long, _
   ByRef lResult As Long _
) 
Parameters
pUnkDoc
Specifies the window handle.
pUnkView
Specifies the message.
nMsg
Specifies additional message information.
wParam
Specifies additional message information.
lParam
lResult
See Also

DISECommandWindowEvents Object  | DISECommandWindowEvents Members

Send comments on this topic.