IPXV_Inst::FindDocBySrcFile Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::FindDocBySrcFile Method}}
 
{{#customTitle:IPXV_Inst::FindDocBySrcFile Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|FindDocBySrcFile|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|FindDocBySrcFile|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Finds opened document by pointer to source file object.
+
Finds opened document by source file object.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 15:
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]] object.
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]] object.
 
;ppDoc
 
;ppDoc
:[out, retval]  Pointer to the corresponding [[PXV:IPXV_Document|IPXV_Document]] object pointer.
+
:[out, retval]  Returns pointer to the corresponding [[PXV:IPXV_Document|IPXV_Document]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 17:13, 24 May 2015


Finds opened document by 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] Returns pointer to the corresponding IPXV_Document object.

Return Value

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

See Also

IPXV_Inst