Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the additional character format effects.
Syntax
HRESULT SetEffects2(
[in] long Value,
[in] long Mask
);
Parameters
[in] Value
Type: long
A combination of the following character format flags.
tomAutoSpaceAlpha
tomAutoSpaceNumeric
tomAutoSpaceParens
tomDoublestrike
tomEmbeddedFont
tomModWidthPairs
tomModWidthSpace
tomOverlapping
[in] Mask
Type: long
The desired mask, which can be a combination of the Value flags. Only effects with the corresponding mask flag set are modified.
Return value
Type: HRESULT
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Remarks
Only effects with the corresponding mask flag set are modified.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |