IPXV_Inst::FindDocBySrcFileName Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_Inst::FindDocBySrcFileName Method}} | {{#customTitle:IPXV_Inst::FindDocBySrcFileName Method}} | ||
− | + | Finds opened document by pointer source file name object. | |
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
;''pSrcFileName'' | ;''pSrcFileName'' | ||
− | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | + | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]] object. |
;''ppDoc'' | ;''ppDoc'' | ||
− | :[out, retval] Pointer to [[PXV:IPXV_Document|IPXV_Document]]. | + | :[out, retval] Pointer to the corresponding [[PXV:IPXV_Document|IPXV_Document]] object pointer. |
== Return Value == | == Return Value == | ||
Line 17: | Line 17: | ||
== See Also == | == See Also == | ||
− | See also [[PXV:IPXV_Inst|IPXV_Inst]]. | + | See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IAFS_Name|IAFS_Name]], [[PXV:IPXV_Document|IPXV_Document]. |
Revision as of 02:53, 21 March 2015
Finds opened document by pointer source file name object.
Contents
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.
See Also
See also IPXV_Inst, IAFS_Name, [[PXV:IPXV_Document|IPXV_Document].