IPXC_CollectionFolder::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CollectionFolder::ID Property}}
 
{{#customTitle:IPXC_CollectionFolder::ID Property}}
 +
{{#parentPage:PXV:IPXC_CollectionFolder#Properties|ID|property}}
 +
{{ToWrite}}
 +
{{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* nID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] ULONG* nID);
HRESULT put_ID([in] ULONG nID);
+
HRESULT put_ID([in] ULONG nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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