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)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
{{#parentPage:PXV:IAFS_Name#Properties|FileSys|property}}
 
{{#parentPage:PXV:IAFS_Name#Properties|FileSys|property}}
  
Gets the interface of the file system, to which the 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**  FileSys);
+
<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]]

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