IPXC_CollectionFolder::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]] returns/sets  Value of ULONG ...
+
Property '''nID''' of interface [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  ULONG*  ID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  ULONG*  nID);
HRESULT put_ID([in]  ULONG  ID);
+
HRESULT put_ID([in]  ULONG  nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]

Latest revision as of 03:22, 15 June 2015


Property nID of interface IPXC_CollectionFolder returns/sets Value of ULONG ...

Syntax

HRESULT get_ID([out, retval]  ULONG*  nID);
HRESULT put_ID([in]  ULONG  nID);

See Also

IPXC_CollectionFolder