estructura PEP_PPM_QUERY_STATE_NAME (pepfx.h)

La estructura PEP_PPM_QUERY_STATE_NAME contiene información sobre un estado de inactividad de plataforma o coordinada específico.

Sintaxis

typedef struct _PEP_PPM_QUERY_STATE_NAME {
  [in]     ULONG  StateIndex;
  [in/out] USHORT NameSize;
  [in]     PWSTR  Name;
} PEP_PPM_QUERY_STATE_NAME, *PPEP_PPM_QUERY_STATE_NAME;

Miembros

[in] StateIndex

Índice del estado del que el sistema operativo está consultando.

[in/out] NameSize

Si Name es NULL, devuelve el tamaño del búfer necesario para contener Name (incluido el carácter final UNICODE_NULL ), en WCHAR. Si Name no es NULL, proporciona el tamaño del búfer Nombre , en WCHAR.

[in] Name

Puntero a un búfer en el que se copia el nombre del estado o NULL.

Requisitos

Requisito Value
Cliente mínimo compatible Se admite a partir de Windows 10.
Encabezado pepfx.h (include Pep_x.h)

Consulte también

notificación de PEP_NOTIFY_PPM_QUERY_COORDINATED_STATE_NAME

notificación de PEP_NOTIFY_PPM_QUERY_PROCESSOR_STATE_NAME