IPXV_Inst::FindDocBySrcFileName Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::FindDocBySrcFileName Method}} | {{#customTitle:IPXV_Inst::FindDocBySrcFileName Method}} | ||
− | {{#parentPage:PXV:IPXV_Inst|FindDocBySrcFileName Method|method}} | + | {{#parentPage:PXV:IPXV_Inst#Methods|FindDocBySrcFileName Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 14:32, 21 May 2015
Finds opened document by pointer source file name object.
Syntax
HRESULT FindDocBySrcFileName([in] IAFS_Name* pSrcFileName, [out, retval] IPXV_Document** ppDoc);
Parameters
- pSrcFileName
- [in] Pointer to IAFS_Name 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.