USER_ACCOUNT_DISABLED - NtDoc

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

// User account control flags

#define USER_ACCOUNT_DISABLED (0x00000001)

#endif

View code on GitHub

This constant is documented in the [MS-SAMR] specification.