IAFS_Name::FileSys Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_Name::FileSys Property}}
 
{{#customTitle:IAFS_Name::FileSys Property}}
{{ToReview}}
+
{{#parentPage:PXV:IAFS_Name#Properties|FileSys|property}}
  
Gets the interface of the file system to which file name belongs.
+
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 ==
:[[PXV:IAFS_Name|IAFS_Name]]
+
[[PXV:IAFS_Name|IAFS_Name]]
:[[PXV:IAFS_FileSys|IAFS_FileSys]]
+

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