Native API online documentation, based on the System Informer
(formerly Process Hacker) phnt
headers
#ifndef _PHNT_WINDOWS_H
#ifndef MAXLONGLONG
// The Windows SDK basetsd.h is missing the MAXLONGLONG definition. (dmex)
#define MAXLONGLONG (0x7fffffffffffffff)
#endif
#endif
View code on GitHub