IPXC_StampsCollection::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
== 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** | + | [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]] | [[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.