App.AfterDispatch Method (Typed) | |
Note: This API is now obsolete.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL METHOD AfterDispatch(
hWnd AS IntPtr,
uMsg AS DWORD,
wParam AS DWORD,
lParam AS LONG
) AS LOGIC
[ObsoleteAttribute]
public virtual bool AfterDispatch(
IntPtr hWnd,
uint uMsg,
uint wParam,
int lParam
)
Request Example
View SourceParameters
- hWnd
- Type: IntPtr
- uMsg
- Type: DWord
- wParam
- Type: DWord
- lParam
- Type: Long
Return Value
Type:
LogicSee Also