#ifndef _NTPEBTEB_H
// rev
typedef struct _TPP_CALLER_RECORD
{
PVOID ReturnAddress; // Return address captured by TpCaptureCaller
ULONG Type; // Capture type (1 or 2, caller-supplied)
ULONG Reserved;
} TPP_CALLER_RECORD, *PTPP_CALLER_RECORD;
View code on GitHubNo description available.