UIX_NotifyInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_NotifyInfo Structure}}
 
{{#customTitle:UIX_NotifyInfo Structure}}
{{#parentPage:PXV:UIX_Structures|UIX_NotifyInfo Structure|structure}}
+
{{#parentPage:PXV:UIX_Structures|UIX_NotifyInfo|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 32: Line 32:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_MsgBoxCallback_MsgBox_OnNotify|IUIX_MsgBoxCallback::MsgBox_OnNotify]]
+
[[PXV:IUIX_MsgBoxCallback_MsgBox_OnNotify|IUIX_MsgBoxCallback::MsgBox_OnNotify]], [[PXV:UIX_CmdCtlNotifyInfo|UIX_CmdCtlNotifyInfo]]

Latest revision as of 02:44, 1 December 2017


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, UIX_CmdCtlNotifyInfo