Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method receives the attribute information of the current composition string.
Syntax
HRESULT SetCompositionAttr(
UINT ciAtr,
BYTE* pb
);
Parameters
- ciAtr
[in] Integer that specifies the number of attributes of the current composition string.
- pb
[in] Pointer to a byte array that specifies the attributes of each composition character.
Return Value
Attributes of composition characters.
Remarks
The attribute information is a single-byte array and specifies the attribute of a string. The attribute values used in this method resemble the ones used by the IMM.
Requirements
| Header | msime.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IImeIPointNotifySink
IImeIPoint2