TF_PERSISTENT_PROPERTY_HEADER_ACP structure (msctf.h)
The TF_PERSISTENT_PROPERTY_HEADER_ACP structure is used to provide property header data.
Syntax
typedef struct TF_PERSISTENT_PROPERTY_HEADER_ACP {
GUID guidType;
LONG ichStart;
LONG cch;
ULONG cb;
DWORD dwPrivate;
CLSID clsidTIP;
} TF_PERSISTENT_PROPERTY_HEADER_ACP;
Members
guidType
Contains a GUID that identifies the property.
ichStart
Contains the starting character position of the property.
cch
Contains the number of characters that the property spans.
cb
Contains the size, in bytes, of the property value.
dwPrivate
Contains a DWORD value defined by the property owner.
clsidTIP
Contains the CLSID of the property owner.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | msctf.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |
See also
ITextStoreACPServices::Serialize
ITextStoreACPServices::Unserialize
ITfContextOwnerServices::Serialize