Partager via


structure TS_TEXTCHANGE (textstor.h)

La structure TS_TEXTCHANGE contient des données de modification de texte.

Syntaxe

typedef struct TS_TEXTCHANGE {
  LONG acpStart;
  LONG acpOldEnd;
  LONG acpNewEnd;
} TS_TEXTCHANGE;

Membres

acpStart

Contient la position de caractère de départ de la modification.

acpOldEnd

Contient la position du caractère de fin avant la modification du texte.

acpNewEnd

Contient la position du caractère de fin après la modification du texte.

Remarques

Les modifications de texte possibles incluent l’insertion, la suppression et le remplacement. Par exemple, si vous remplacez le premier « t » de « text » par « T », acpStart =0, acpOldEnd =1 et acpNewEnd =1. Si vous supprimez le dernier « t », acpStart =3, acpOldEnd =4 et acpNewEnd =3. Si un « a » est inséré entre « e » et « x », acpStart =2, acpOldEnd =2 et acpNewEnd =3.

Configuration requise

Condition requise Valeur
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 textstor.h
Composant redistribuable TSF 1.0 sur Windows 2000 Professionnel