Compartilhar via


estrutura WCM_PROFILE_INFO_LIST (wcmapi.h)

A estrutura WCM_PROFILE_INFO_LIST contém uma lista de perfis em ordem preferencial.

Sintaxe

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;

Membros

dwNumberOfItems

Tipo: DWORD

O número de perfis na lista.

ProfileInfo[*]

Tipo: WCM_PROFILE_INFO[1]

Informações sobre cada perfil.

ProfileInfo[1]

Tipo: WCM_PROFILE_INFO[1]

Informações sobre cada perfil.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 8 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2012 [somente aplicativos da área de trabalho]
Cabeçalho wcmapi.h

Confira também

WCM_PROFILE_INFO