IPXV_Inst::FindDocBySrcFile Method

From PDF XChange PDF SDK
Revision as of 17:13, 24 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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