ETW_REFERENCE_TIME_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTWMI_H

// rev
typedef struct _ETW_REFERENCE_TIME_INFORMATION
{
    ULONG LoggerId; // ETW_CURRENT_DEFAULT_LOGGER_ID resolves to the current default logger
} ETW_REFERENCE_TIME_INFORMATION, *PETW_REFERENCE_TIME_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.