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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_NotifyInfo Structure}}
 
{{#customTitle:UIX_NotifyInfo Structure}}
 +
{{#parentPage:PXV:UIX|UIX_NotifyInfo Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct UIX_NotifyInfo
 
<pre class="brush:cpp;gutter:false">struct UIX_NotifyInfo
 
{
 
{
     LONG nCode;
+
     LONG         nCode;
     LONG nFromID;
+
     LONG         nFromID;
     IUIX_Obj* pFrom;
+
     IUIX_Obj*     pFrom;
 
     IUIX_ObjImpl* pFromImpl;
 
     IUIX_ObjImpl* pFromImpl;
     PARAM_T pData;
+
     PARAM_T       pData;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:03, 23 April 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

See also ...