Partager via


WCM_PROFILE_INFO_LIST structure (wcmapi.h)

La structure WCM_PROFILE_INFO_LIST contient une liste de profils dans l’ordre par défaut.

Syntaxe

typedef struct _WCM_PROFILE_INFO_LIST {
  DWORD            dwNumberOfItems;
#if ...
  WCM_PROFILE_INFO *ProfileInfo[];
#else
  WCM_PROFILE_INFO ProfileInfo[1];
#endif
} WCM_PROFILE_INFO_LIST, *PWCM_PROFILE_INFO_LIST;

Membres

dwNumberOfItems

Type : DWORD

Nombre de profils dans la liste.

ProfileInfo[*]

Type : WCM_PROFILE_INFO[1]

Informations sur chaque profil.

ProfileInfo[1]

Type : WCM_PROFILE_INFO[1]

Informations sur chaque profil.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
En-tête wcmapi.h

Voir aussi

WCM_PROFILE_INFO