ArcFM Desktop Developer Guide
ProcessMessage(IntPtr,IntPtr) Method


Syntax
'Declaration
 
Public Overloads Function ProcessMessage( _
   ByVal lParam As IntPtr, _
   ByVal wParam As IntPtr _
) As GestureData
'Usage
 
Dim instance As Gestures
Dim lParam As IntPtr
Dim wParam As IntPtr
Dim value As GestureData
 
value = instance.ProcessMessage(lParam, wParam)
public GestureData ProcessMessage( 
   IntPtr lParam,
   IntPtr wParam
)

Parameters

lParam
wParam
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Gestures Class
Gestures Members
Overload List

 

 


Send Comment