Leaked source code of windows server 2003
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
435 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. nwstatus.h
  5. Abstract:
  6. This module defines NWRDR specific NTSTATUS
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _NWSTATUS_
  11. #define _NWSTATUS_
  12. #define FACILITY_NWRDR 0x11
  13. #define NWRDR_PASSWORD_HAS_EXPIRED 0x40110001
  14. #endif // _NWSTATUS_