IAFS_Name::FileSys Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_Name::FileSys Property}}
 
{{#customTitle:IAFS_Name::FileSys Property}}
{{#parentPage:PXV:IAFS_Name|FileSys Property|property}}
+
{{#parentPage:PXV:IAFS_Name#Properties|FileSys|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''FileSys''' of interface [[PXV:IAFS_Name|IAFS_Name]] returns  Pointer to [[PXV:IAFS_FileSys|IAFS_FileSys]] ...
+
Gets the interface of the file system where the file name belongs.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([out, retval]  IAFS_FileSys**  ppFileSys);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([out, retval]  IAFS_FileSys**  pFileSys);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_Name|IAFS_Name]].
+
[[PXV:IAFS_Name|IAFS_Name]]

Latest revision as of 03:11, 15 June 2015

Gets the interface of the file system where the file name belongs.

Syntax

HRESULT get_FileSys([out, retval]  IAFS_FileSys**  pFileSys);

See Also

IAFS_Name