summaryrefslogtreecommitdiffstats
path: root/private/nw/inc/nwstatus.h
blob: 98d6b6c0522dc8fb8aa36221e43c6deeaff01849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*++ 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_