IPXV_Inst::FindDocBySrcFileName2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::FindDocBySrcFileName2 Method}}
 
{{#customTitle:IPXV_Inst::FindDocBySrcFileName2 Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Finds opened document by source file name.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pSrcFileName''
 
;''pSrcFileName''
:[in]  Value of BSTR.
+
:[in]  Value of BSTR containing the source file name.
 
;''bDIPath''
 
;''bDIPath''
 
:[in, optional]  Value of VARIANT_BOOL.
 
:[in, optional]  Value of VARIANT_BOOL.
 
;''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 19: Line 19:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Document|IPXV_Document]].

Revision as of 03:55, 21 March 2015

Finds opened document by source file name.

Syntax

HRESULT FindDocBySrcFileName2([in] BSTR pSrcFileName, [in, optional] VARIANT_BOOL bDIPath, [out, retval] IPXV_Document** ppDoc);

Parameters

pSrcFileName
[in] Value of BSTR containing the source file name.
bDIPath
[in, optional] Value of VARIANT_BOOL.
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, IPXV_Document.