IPXC_FileSpecHandler::FileSystem Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_FileSystem([out, retval]  IAFS_FileSys**  ppFS);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FileSystem([out, retval]  IAFS_FileSys**  pFS);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_FileSpecHandler|IPXC_FileSpecHandler]]
 
[[PXV:IPXC_FileSpecHandler|IPXC_FileSpecHandler]]

Latest revision as of 03:28, 15 June 2015


Property FileSystem of interface IPXC_FileSpecHandler returns Pointer to IAFS_FileSys ...

Syntax

HRESULT get_FileSystem([out, retval]  IAFS_FileSys**  pFS);

See Also

IPXC_FileSpecHandler