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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_RawEvent Structure}}
 
{{#customTitle:UIX_RawEvent Structure}}
 +
{{#parentPage:PXV:UIX|UIX_RawEvent Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 12: Line 13:
 
     PARAM_T nParam2;
 
     PARAM_T nParam2;
 
     PARAM_T nResult;
 
     PARAM_T nResult;
     LONG nCode;
+
     LONG   nCode;
     LONG bHandled;
+
     LONG   bHandled;
     POINT pt;
+
     POINT   pt;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:04, 23 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 ...