windows-nt/Source/XPSP1/NT/ds/inc/nwstatus.h
2020-09-26 16:20:57 +08:00

28 lines
408 B
C

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1993 Microsoft Corporation
Module Name:
nwstatus.h
Abstract:
This module defines NWRDR specific NTSTATUS
Author:
Revision History:
--*/
#ifndef _NWSTATUS_
#define _NWSTATUS_
#define FACILITY_NWRDR 0x11
#define NWRDR_PASSWORD_HAS_EXPIRED 0x40110001
#endif // _NWSTATUS_