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)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_Inst::FileSys Property}}
 
{{#customTitle:IAFS_Inst::FileSys Property}}
{{#parentPage:PXV:IAFS_Inst|property}}
+
{{#parentPage:PXV:IAFS_Inst|FileSys Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([in] ULONG nIndex, [out, retval] IAFS_FileSys** ppFS);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FileSys([in]           ULONG           nIndex,
 +
                    [out, retval] IAFS_FileSys** ppFS);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IAFS_Inst|IAFS_Inst]].
 
See also [[PXV:IAFS_Inst|IAFS_Inst]].

Revision as of 05:47, 23 April 2015


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IAFS_Inst.