IPXC_CharFormat::ModifyMask Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_CharFormat::ModifyMask Method}} | {{#customTitle:IPXC_CharFormat::ModifyMask Method}} | ||
{{#parentPage:PXV:IPXC_CharFormat#Methods|ModifyMask|method}} | {{#parentPage:PXV:IPXC_CharFormat#Methods|ModifyMask|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Allows adding or removing [[PXV:PXC_CharFormatMask|char format mask flags]]. | |
== Syntax == | == Syntax == | ||
Line 14: | 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 == |
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.