/*++ 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_