IPXC_StampsCollection::Item Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_StampsCollection::Item Property}} | {{#customTitle:IPXC_StampsCollection::Item Property}} | ||
+ | {{#parentPage:PXV:IPXC_StampsCollection#Properties|Item|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Item''' of interface [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] returns Pointer to [[PXV:IPXC_StampInfo|IPXC_StampInfo]] ... | Property '''Item''' of interface [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] returns Pointer to [[PXV:IPXC_StampInfo|IPXC_StampInfo]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
+ | [out, retval] IPXC_StampInfo** pStamp); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] |
Latest revision as of 02:38, 15 June 2015
Property Item of interface IPXC_StampsCollection returns Pointer to IPXC_StampInfo ...
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_StampInfo** pStamp);
Parameters
- nIndex
- [in] Value of ULONG.