UIX_RawEvent Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_RawEvent Structure}}
 
{{#customTitle:UIX_RawEvent Structure}}
 +
{{#parentPage:PXV:UIX_Structures|UIX_RawEvent|structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<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;
     POINT pt;
+
     POINT   pt;
 
};
 
};
 
</pre>
 
</pre>
Line 18: Line 22:
 
== 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 ...
Line 31: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_Event__GetRawPtr|IUIX_Event::_GetRawPtr]], [[PXV:IUIX_Obj_DefaultWndProcess|IUIX_Obj::DefaultWndProcess]], [[PXV:IUIX_Obj_PostRawEvent|IUIX_Obj::PostRawEvent]], [[PXV:IUIX_Obj_SendRawEvent|IUIX_Obj::SendRawEvent]], [[PXV:IUIX_Obj_SendRawEventToDescendants|IUIX_Obj::SendRawEventToDescendants]]

Latest revision as of 10:43, 23 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

IUIX_Event::_GetRawPtr, IUIX_Obj::DefaultWndProcess, IUIX_Obj::PostRawEvent, IUIX_Obj::SendRawEvent, IUIX_Obj::SendRawEventToDescendants