IPXV_Inst::ModifyDoc Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::ModifyDoc Method}}
 
{{#customTitle:IPXV_Inst::ModifyDoc Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|ModifyDoc|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|ModifyDoc|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method changes document modifications counter. Used to control the modification state for specified [[PXV:IPXV_Document|IPXV_Document]] object.
+
The method changes document modifications counter. Used to control the modification state for specified document.
  
 
== Syntax ==
 
== Syntax ==
Line 19: Line 18:
 
:[in]  Value of [[PXV:PXC_DocModifyType|PXC_DocModifyType]].
 
:[in]  Value of [[PXV:PXC_DocModifyType|PXC_DocModifyType]].
 
;nModCount
 
;nModCount
:[in, defaultvalue(1)]  Value of LONG.
+
:[in, defaultvalue(1)]  The count of sequential modifications.
  
 
== Return Value ==
 
== Return Value ==
Line 25: Line 24:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_ModifyCoreDoc|IPXV_Inst::ModifyCoreDoc]]

Revision as of 17:16, 25 May 2015


The method changes document modifications counter. Used to control the modification state for specified document.

Syntax

HRESULT ModifyDoc([in]                   IPXV_Document*     pDoc,
                  [in]                   PXC_DocModifyType  nModType,
                  [in, defaultvalue(1)]  LONG               nModCount);

Parameters

pDoc
[in] Pointer to IPXV_Document object.
nModType
[in] Value of PXC_DocModifyType.
nModCount
[in, defaultvalue(1)] The count of sequential modifications.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_Inst::ModifyCoreDoc