UIX_RawEvent Structure

From PDF XChange PDF SDK
Revision as of 07:17, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

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

Members

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

See Also

See also ...