IPXV_Inst::FindDocBySrcFile Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Finds opened document by | + | 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] | + | :[out, retval] Returns pointer to the corresponding [[PXV:IPXV_Document|IPXV_Document]] object. |
== Return Value == | == Return Value == |
Revision as of 16: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.