IPXV_AnnotStateModel::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pItem''' of interface [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] returns Pointer to [[PXV:IPXV_AnnotStateItem|IPXV_AnnotStateItem]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nItemIndex, |
− | [out, retval] IPXV_AnnotStateItem** | + | [out, retval] IPXV_AnnotStateItem** pItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nItemIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] | [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] |
Latest revision as of 02:46, 15 June 2015
Property pItem of interface IPXV_AnnotStateModel returns Pointer to IPXV_AnnotStateItem ...
Syntax
HRESULT get_Item([in] ULONG nItemIndex, [out, retval] IPXV_AnnotStateItem** pItem);
Parameters
- nItemIndex
- [in] Value of ULONG.