IPXC_ParaFormat::ModifyMask Method

From PDF XChange PDF SDK
Revision as of 05:46, 1 November 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Allows adding or removing paragraph 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.

See Also

IPXC_ParaFormat