UIX_RawEvent Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 7: Line 7:
 
<pre class="brush:cpp;gutter:false">struct UIX_RawEvent
 
<pre class="brush:cpp;gutter:false">struct UIX_RawEvent
 
{
 
{
     ULONG_PTR nParam1;
+
     PARAM_T nParam1;
     ULONG_PTR nParam2;
+
     PARAM_T nParam2;
     ULONG_PTR nResult;
+
     PARAM_T nResult;
 
     LONG nCode;
 
     LONG nCode;
 
     LONG bHandled;
 
     LONG bHandled;
Line 18: Line 18:
 
== Members ==
 
== Members ==
 
;nParam1
 
;nParam1
: Value of ULONG_PTR ...
+
: Value of PARAM_T ...
 
;nParam2
 
;nParam2
: Value of ULONG_PTR ...
+
: Value of PARAM_T ...
 
;nResult
 
;nResult
: Value of ULONG_PTR ...
+
: Value of PARAM_T ...
 
;nCode
 
;nCode
 
: Value of LONG ...
 
: Value of LONG ...

Revision as of 22:31, 13 April 2015

Specifies the ...

Syntax

struct UIX_RawEvent
{
    PARAM_T nParam1;
    PARAM_T nParam2;
    PARAM_T nResult;
    LONG nCode;
    LONG bHandled;
    POINT pt;
};

Members

nParam1
Value of PARAM_T ...
nParam2
Value of PARAM_T ...
nResult
Value of PARAM_T ...
nCode
Value of LONG ...
bHandled
Value of LONG ...
pt
Value of POINT ...

See Also

See also ...