IAFS_FileCachesMap::CheckForReopenFile Method

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 CheckForReopenFile(  IAFS_File*  pFile,
+
<pre class="brush:cpp;gutter:false">HRESULT CheckForReopenFile(  IAFS_File*  File,
                             LONG        nNewOpenFlags);</pre>
+
                             LONG        NewOpenFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pFile
+
;File
 
: Pointer to [[PXV:IAFS_File|IAFS_File]].
 
: Pointer to [[PXV:IAFS_File|IAFS_File]].
;nNewOpenFlags
+
;NewOpenFlags
 
: Value of LONG.
 
: Value of LONG.
  

Revision as of 09:42, 10 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CheckForReopenFile(  IAFS_File*  File,
                             LONG        NewOpenFlags);

Parameters

File
Pointer to IAFS_File.
NewOpenFlags
Value of LONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IAFS_FileCachesMap