UIX_ListItemID 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_ListItemID Structure}}
 
{{#customTitle:UIX_ListItemID Structure}}
 +
{{#parentPage:PXV:UIX|UIX_ListItemID Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct UIX_ListItemID
 
<pre class="brush:cpp;gutter:false">struct UIX_ListItemID
 
{
 
{
     LONG nGroup;
+
     LONG   nGroup;
     LONG nItem;
+
     LONG   nItem;
     LONG nColumn;
+
     LONG   nColumn;
 
     PARAM_T nParam;
 
     PARAM_T nParam;
 
};
 
};

Revision as of 07:03, 23 April 2015


Specifies the ...

Syntax

struct UIX_ListItemID
{
    LONG    nGroup;
    LONG    nItem;
    LONG    nColumn;
    PARAM_T nParam;
};

Members

nGroup
Value of LONG ...
nItem
Value of LONG ...
nColumn
Value of LONG ...
nParam
Value of PARAM_T ...

See Also

See also ...