#ifndef _NTPEBTEB_H typedef struct _WER_GATHER { PVOID Next; USHORT Flags; union { WER_FILE File; WER_MEMORY Memory; } v; } WER_GATHER, *PWER_GATHER; #endif View code on GitHub
No description available.