IAFS_File::IoMode Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_File::IoMode Property}}
 
{{#customTitle:IAFS_File::IoMode Property}}
 +
{{#parentPage:PXV:IAFS_File#Properties|IoMode|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''IoMode''' of interface [[PXV:IAFS_File|IAFS_File]] returns  Value of LONG ...
+
Property '''nIoMode''' of interface [[PXV:IAFS_File|IAFS_File]] returns  Value of LONG ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IoMode([out, retval] LONG* pIoMode);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IoMode([out, retval] LONG* nIoMode);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_File|IAFS_File]].
+
[[PXV:IAFS_File|IAFS_File]]

Latest revision as of 03:08, 15 June 2015


Property nIoMode of interface IAFS_File returns Value of LONG ...

Syntax

HRESULT get_IoMode([out, retval]  LONG*  nIoMode);

See Also

IAFS_File