ObjectBasicInformation = 0ObjectNameInformation = 1ObjectTypeInformation = 2ObjectTypesInformation = 3ObjectHandleFlagInformation = 4ObjectSessionInformation = 5MaxObjectInfoClasspub const OBJECT_INFORMATION_CLASS = enum(c_int) {
ObjectBasicInformation = 0,
ObjectNameInformation = 1,
ObjectTypeInformation = 2,
ObjectTypesInformation = 3,
ObjectHandleFlagInformation = 4,
ObjectSessionInformation = 5,
MaxObjectInfoClass,
}