IPXV_Inst::FindDocBySrcFile Method
From PDF XChange PDF SDK
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.