UIX_ListItemID Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
     LONG nItem;
 
     LONG nItem;
 
     LONG nColumn;
 
     LONG nColumn;
     ULONG_PTR nParam;
+
     PARAM_T nParam;
 
};
 
};
 
</pre>
 
</pre>
Line 22: Line 22:
 
: Value of LONG ...
 
: Value of LONG ...
 
;nParam
 
;nParam
: Value of ULONG_PTR ...
+
: Value of PARAM_T ...
  
 
== See Also ==
 
== See Also ==
 
See also ...
 
See also ...

Revision as of 22:56, 13 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 ...