mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
408 B
27 lines
408 B
/*++ 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_
|
|
|