Condividi tramite


struttura PERF_STRING_COUNTER_HEADER (perflib.h)

Indica dove viene avviato nel blocco PERF_STRING_BUFFER_HEADER la stringa contenente il nome o la stringa della Guida per il contatore delle prestazioni indicato. La struttura PERF_STRING_COUNTER_HEADER fa parte del blocco di PERF_STRING_BUFFER_HEADER

Sintassi

typedef struct _STRING_COUNTER_HEADER {
  DWORD dwCounterId;
  DWORD dwOffset;
} PERF_STRING_COUNTER_HEADER, *PPERF_STRING_COUNTER_HEADER;

Members

dwCounterId

Identificatore del contatore delle prestazioni.

dwOffset

Numero di byte dall'inizio del blocco PERF_STRING_BUFFER_HEADER ai dati UTF-16LE con terminazione Null. Un valore di 0xFFFFFFFF indica che la stringa non è presente; in altre parole, il valore della stringa è NULL.

Commenti

La funzione PerfQueryCounterSetRegistrationInfo chiamata con il parametro requestCode impostato su PERF_REG_COUNTER_NAME_STRINGS o PERF_REG_COUNTER_HELP_STRINGS ottiene un blocco PERF_STRING_BUFFER_HEADER che contiene una o più strutture PERF_STRING_COUNTER_HEADER .

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1607 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Intestazione perflib.h

Vedi anche

PERF_STRING_BUFFER_HEADER

PerfQueryCounterSetRegistrationInfo