IAFS_Inst::FileSys Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_Inst::FileSys Property}}
 
{{#customTitle:IAFS_Inst::FileSys Property}}
{{#parentPage:PXV:IAFS_Inst|FileSys Property|property}}
+
{{#parentPage:PXV:IAFS_Inst#Properties|FileSys|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([in]          ULONG          nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([in]          ULONG          nIndex,
                     [out, retval]  IAFS_FileSys**  ppFS);
+
                     [out, retval]  IAFS_FileSys**  pFS);
 
</pre>
 
</pre>
  
Line 17: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_Inst|IAFS_Inst]].
+
[[PXV:IAFS_Inst|IAFS_Inst]]

Latest revision as of 03:11, 15 June 2015


Property FileSys of interface IAFS_Inst returns Pointer to IAFS_FileSys ...

Syntax

HRESULT get_FileSys([in]           ULONG           nIndex,
                    [out, retval]  IAFS_FileSys**  pFS);

Parameters

nIndex
[in] Value of ULONG.

See Also

IAFS_Inst