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 9: Line 9:
  
 
== 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          Index,
                     [out, retval]  IAFS_FileSys**  pFS);
+
                     [out, retval]  IAFS_FileSys**  FS);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_Inst|IAFS_Inst]]
 
[[PXV:IAFS_Inst|IAFS_Inst]]

Revision as of 09:43, 10 June 2015


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

Syntax

HRESULT get_FileSys([in]           ULONG           Index,
                    [out, retval]  IAFS_FileSys**  FS);

Parameters

Index
[in] Value of ULONG.

See Also

IAFS_Inst