ImageLoadGuid - NtDoc

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

/**
 * The ETW class GUID for image load events.
 * \sa https://learn.microsoft.com/en-us/windows/win32/etw/image
 */
DEFINE_GUID( /* 2cb15d1d-5fc1-11d2-abe1-00a0c911f518 */
    ImageLoadGuid,
    0x2cb15d1d,
    0x5fc1,
    0x11d2,
    0xab, 0xe1, 0x00, 0xa0, 0xc9, 0x11, 0xf5, 0x18
    );

#endif

View code on GitHub

NtDoc

No description available.