UIX_RawEvent Structure

From PDF XChange PDF SDK
Revision as of 08:25, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

...