IAFS_FileCachesMap::CheckForOpenFile 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 CheckForOpenFile([in]  IAFS_Name*  pFile,
+
<pre class="brush:cpp;gutter:false">HRESULT CheckForOpenFile([in]  IAFS_Name*  File,
                         [in]  LONG        nOpenFlags);</pre>
+
                         [in]  LONG        OpenFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pFile
+
;File
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]].
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]].
;nOpenFlags
+
;OpenFlags
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  

Revision as of 09:42, 10 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CheckForOpenFile([in]  IAFS_Name*  File,
                         [in]  LONG        OpenFlags);

Parameters

File
[in] Pointer to IAFS_Name.
OpenFlags
[in] Value of LONG.

Return Value

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

See Also

IAFS_FileCachesMap