UIX_RawEvent Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:17, 20 March 2015

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 ...