IPXC_EmbeddedFileStream::SaveToFile 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 SaveToFile([in]                      IAFS_File*    pFile,
+
<pre class="brush:cpp;gutter:false">HRESULT SaveToFile([in]                      IAFS_File*    File,
                   [in, defaultvalue(NULL)]  IProgressMon*  pMonitor);</pre>
+
                   [in, defaultvalue(NULL)]  IProgressMon*  Monitor);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pFile
+
;File
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]].
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]].
;pMonitor
+
;Monitor
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IProgressMon|IProgressMon]].
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IProgressMon|IProgressMon]].
  

Revision as of 07:02, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SaveToFile([in]                      IAFS_File*     File,
                   [in, defaultvalue(NULL)]  IProgressMon*  Monitor);

Parameters

File
[in] Pointer to IAFS_File.
Monitor
[in, defaultvalue(NULL)] Pointer to IProgressMon.

Return Value

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

See Also

IPXC_EmbeddedFileStream