ADS_CASEIGNORE_LIST structure (iads.h)
La structure ADS_CASEIGNORE_LIST est une représentation ADSI de la syntaxe d’attribut Case Ignore List .
Syntaxe
typedef struct _ADS_CASEIGNORE_LIST {
struct _ADS_CASEIGNORE_LIST *Next;
LPWSTR String;
} ADS_CASEIGNORE_LIST, *PADS_CASEIGNORE_LIST;
Membres
Next
Pointeur vers le ADS_CASEIGNORE_LIST suivant dans la liste des chaînes ne respectant pas la casse.
String
Valeur de chaîne Unicode terminée par null de l’entrée actuelle de la liste.
Remarques
Un attribut Case Ignore List représente une séquence ordonnée de chaînes ne respectant pas la casse.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2008 |
En-tête | iads.h |