IPXV_Inst::ModifyDoc Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | The method changes document modifications counter. Used to control the modification state for specified | + | 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)] | + | :[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 16: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.