#ifndef _NTPEBTEB_H typedef struct _WER_RUNTIME_DLL { PVOID Next; ULONG Length; PVOID Context; WCHAR CallbackDllPath[MAX_PATH]; } WER_RUNTIME_DLL, *PWER_RUNTIME_DLL; #endif View code on GitHub
No description available.