struttura STOWED_EXCEPTION_INFORMATION_HEADER
Contiene informazioni che identificano la struttura padre.
Sintassi
typedef struct _STOWED_EXCEPTION_INFORMATION_HEADER {
ULONG Size;
ULONG Signature;
} STOWED_EXCEPTION_INFORMATION_HEADER, *PSTOWED_EXCEPTION_INFORMATION_HEADER;
Members
-
Dimensione
-
Tipo: ULONG
-
Dimensioni, in byte, della struttura padre.
-
Firma
-
Tipo: ULONG
-
Valore a 32 bit che specifica la firma della struttura padre.
Valore Significato - STOWED_EXCEPTION_INFORMATION_V1_SIGNATURE
- 'SE01'
Questo valore indica che l'elemento padre è una struttura STOWED_EXCEPTION_INFORMATION_V1 . - STOWED_EXCEPTION_INFORMATION_V2_SIGNATURE
- 'SE02'
Questo valore indica che l'elemento padre è una struttura STOWED_EXCEPTION_INFORMATION_V2 .
Commenti
STOWED_EXCEPTION_INFORMATION_V2 e STOWED_EXCEPTION_INFORMATION_HEADER non sono attualmente definiti in un'intestazione disponibile pubblicamente, quindi è necessario definirli nel codice sorgente prima di usarli.
La struttura STOWED_EXCEPTION_INFORMATION_V1 è identica a questa struttura, ma non contiene i membri NestedExceptionType e NestedException .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 8 [solo app desktop] |
Server minimo supportato |
Windows Server 2012 [solo app desktop] |
Intestazione |
|