IPXC_CharFormat::ModifyMask Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_CharFormat::ModifyMask Method}} | {{#customTitle:IPXC_CharFormat::ModifyMask Method}} | ||
− | {{#parentPage:PXV:IPXC_CharFormat|ModifyMask | + | {{#parentPage:PXV:IPXC_CharFormat#Methods|ModifyMask|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Allows adding or removing [[PXV:PXC_CharFormatMask|char format mask flags]]. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nAdd | ;nAdd | ||
− | : Value of ULONG. | + | : Value of ULONG containing the flags that should be added to the mask. |
;nRemove | ;nRemove | ||
− | :[in, defaultvalue(0)] Value of ULONG. | + | :[in, defaultvalue(0)] Value of ULONG containing the flags that should be removed from the mask. |
== Return Value == | == Return Value == | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_CharFormat|IPXC_CharFormat]] |
Latest revision as of 04:28, 1 November 2016
Allows adding or removing char format mask flags.
Syntax
HRESULT ModifyMask( ULONG nAdd, [in, defaultvalue(0)] ULONG nRemove);
Parameters
- nAdd
- Value of ULONG containing the flags that should be added to the mask.
- nRemove
- [in, defaultvalue(0)] Value of ULONG containing the flags that should be removed from the mask.
Return Value
Returns S_OK if operation was successful or error code in other cases.