enum axl::sys::win::OBJECT_INFORMATION_CLASS

#include <axl_sys_win_NtDll.h>

enum OBJECT_INFORMATION_CLASS
{
    ObjectBasicInformation,
    ObjectNameInformation,
    ObjectTypeInformation,
    ObjectAllInformation,
    ObjectDataInformation,
};