structure WCM_PROFILE_INFO (wcmapi.h)
La structure WCM_PROFILE_INFO contient des informations sur un profil spécifique.
Syntaxe
typedef struct _WCM_PROFILE_INFO {
WCHAR strProfileName[WCM_MAX_PROFILE_NAME];
GUID AdapterGUID;
WCM_MEDIA_TYPE Media;
} WCM_PROFILE_INFO, *PWCM_PROFILE_INFO;
Membres
strProfileName[WCM_MAX_PROFILE_NAME]
Type : WCHAR[WCM_MAX_PROFILE_NAME]
Nom du profil.
AdapterGUID
Type : GUID
GUID de l’adaptateur.
Media
Type : WCM_MEDIA_TYPE
Type de média pour le 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 |