IPXC_CollectionFolder::PathName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CollectionFolder::PathName Property}}
 
{{#customTitle:IPXC_CollectionFolder::PathName Property}}
{{#parentPage:PXV:IPXC_CollectionFolder|PathName Property|property}}
+
{{#parentPage:PXV:IPXC_CollectionFolder#Properties|PathName|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PathName''' of interface [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]] returns  Value of BSTR ...
+
Property '''sPathName''' of interface [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PathName([out, retval]  BSTR*  ppPathName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PathName([out, retval]  BSTR*  sPathName);
 
</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 sPathName of interface IPXC_CollectionFolder returns Value of BSTR ...

Syntax

HRESULT get_PathName([out, retval]  BSTR*  sPathName);

See Also

IPXC_CollectionFolder