UIX_RawEvent Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_RawEvent Structure}}
 
{{#customTitle:UIX_RawEvent Structure}}
Line 34: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:25, 20 May 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

...