Partager via


TF_PERSISTENT_PROPERTY_HEADER_ACP structure (msctf.h)

La structure TF_PERSISTENT_PROPERTY_HEADER_ACP est utilisée pour fournir des données d’en-tête de propriété.

Syntaxe

typedef struct TF_PERSISTENT_PROPERTY_HEADER_ACP {
  GUID  guidType;
  LONG  ichStart;
  LONG  cch;
  ULONG cb;
  DWORD dwPrivate;
  CLSID clsidTIP;
} TF_PERSISTENT_PROPERTY_HEADER_ACP;

Membres

guidType

Contient un GUID qui identifie la propriété .

ichStart

Contient la position du caractère de départ de la propriété.

cch

Contient le nombre de caractères dont la propriété s’étend.

cb

Contient la taille, en octets, de la valeur de propriété.

dwPrivate

Contient une valeur DWORD définie par le propriétaire de la propriété.

clsidTIP

Contient le CLSID du propriétaire de la propriété.

Spécifications

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau | Applications UWP]
En-tête msctf.h
Composant redistribuable TSF 1.0 sur Windows 2000 Professionnel

Voir aussi

ITextStoreACPServices::Serialize

ITextStoreACPServices::Unserialize

ITfContextOwnerServices::Serialize

ITfContextOwnerServices::Unserialize

ITfPersistentPropertyLoaderACP::LoadProperty