IPXV_Inst::FindDocByID Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::FindDocByID Method}}
 
{{#customTitle:IPXV_Inst::FindDocByID Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Finds opened document by unique identifier.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''nDocID''
 
;''nDocID''
:[in]  Value of ULONG.
+
:[in]  A ULONG containing the unique document ID to search for.
 
;''pDoc''
 
;''pDoc''
:[out, retval]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
+
:[out, retval]  Pointer to [[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:IPXV_Document|IPXV_Document]].

Revision as of 03:49, 21 March 2015

Finds opened document by unique identifier.

Syntax

HRESULT FindDocByID([in] ULONG nDocID, [out, retval] IPXV_Document** pDoc);

Parameters

nDocID
[in] A ULONG containing the unique document ID to search for.
pDoc
[out, retval] Pointer to 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, IPXV_Document.