PEJOB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntfill.h

typedef struct _EJOB *PEJOB;

View code on GitHub
// ntfill.h
#if (NTDDI_VERSION < NTDDI_WIN10_RS2)

typedef struct _EJOB *PESILO;

#endif

View code on GitHub

NtDoc

No description available.