UIX_NotifyInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 32: Line 32:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IUIX_MsgBoxCallback_MsgBox_OnNotify|IUIX_MsgBoxCallback::MsgBox_OnNotify]]

Revision as of 06:19, 23 May 2015


Specifies the ...

Syntax

struct UIX_NotifyInfo
{
    LONG          nCode;
    LONG          nFromID;
    IUIX_Obj*     pFrom;
    IUIX_ObjImpl* pFromImpl;
    PARAM_T       pData;
};

Members

nCode
Value of LONG ...
nFromID
Value of LONG ...
pFrom
Pointer to IUIX_Obj ...
pFromImpl
Pointer to IUIX_ObjImpl ...
pData
Value of PARAM_T ...

See Also

IUIX_MsgBoxCallback::MsgBox_OnNotify