TPP_CALLER_RECORD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

NtDoc

No description available.