IPXC_StampInfo::Collection Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_StampInfo::Collection Property}}
 
{{#customTitle:IPXC_StampInfo::Collection Property}}
 +
{{#parentPage:PXV:IPXC_StampInfo#Properties|Collection|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Collection''' of interface [[PXV:IPXC_StampInfo|IPXC_StampInfo]] returns  Pointer to [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] ...
+
Property '''pCollection''' of interface [[PXV:IPXC_StampInfo|IPXC_StampInfo]] returns  Pointer to [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Collection([out, retval] IPXC_StampsCollection** ppCollection);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Collection([out, retval] IPXC_StampsCollection** pCollection);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_StampInfo|IPXC_StampInfo]].
+
[[PXV:IPXC_StampInfo|IPXC_StampInfo]]

Latest revision as of 03:37, 15 June 2015


Property pCollection of interface IPXC_StampInfo returns Pointer to IPXC_StampsCollection ...

Syntax

HRESULT get_Collection([out, retval]  IPXC_StampsCollection**  pCollection);

See Also

IPXC_StampInfo