IPXV_Inst::FindDocBySrcFile Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::FindDocBySrcFile Method}}
 
{{#customTitle:IPXV_Inst::FindDocBySrcFile Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Finds opened document by pointer to source file object.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pSrcFile''
 
;''pSrcFile''
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]].
+
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]] object.
 
;''ppDoc''
 
;''ppDoc''
:[out, retval]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
+
:[out, retval]  Pointer to the corresponding [[PXV:IPXV_Document|IPXV_Document]] object pointer.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IAFS_File|IAFS_File]], [[PXV:IPXV_Document|IPXV_Document]].

Revision as of 03:51, 21 March 2015

Finds opened document by pointer to source file object.

Syntax

HRESULT FindDocBySrcFile([in] IAFS_File* pSrcFile, [out, retval] IPXV_Document** ppDoc);

Parameters

pSrcFile
[in] Pointer to IAFS_File object.
ppDoc
[out, retval] Pointer to the corresponding IPXV_Document object pointer.

Return Value

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

See Also

See also IPXV_Inst, IAFS_File, IPXV_Document.