estructura de PEP_PPM_QUERY_STATE_NAME (pep_x.h)

La estructura PEP_PPM_QUERY_STATE_NAME contiene información sobre un estado de inactividad coordinado o de plataforma 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 en el que se consulta el sistema operativo.

[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 de nombres, en WCHAR.

[in] Name

Puntero a un búfer para copiar el nombre del estado en o NULL.

Requisitos

Requisito Value
Cliente mínimo compatible Se admite a partir de Windows 10.
Encabezado pep_x.h (incluya 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