STATUS_OS2_TOO_MANY_OPEN_FILES, 0xC0981004
(MS WDK >> Windows Driver Kit 7.1.0 (WDK 7600.16385.1))

Name
STATUS_OS2_TOO_MANY_OPEN_FILES
Value
-1063776252 signed int
3231191044 unsigned int
0xC0981004 heximal value
Type
Windows kernel mode error code (more)
C/C++ Type
int
Defined at
\inc\ddk\cifs.h, line 152 (Windows Driver Kit 7.1.0 (WDK 7600.16385.1))
Definition
#define STATUS_OS2_TOO_MANY_OPEN_FILES \
                                   (SRV_DOS_STATUS | ERROR_TOO_MANY_OPEN_FILES)
Group comments
Error codes that exist in both the SMB protocol and OS/2 but not NT.
Note that all SMB DOS-class error codes are defined in OS/2.
Depends on
SRV_DOS_STATUS, ERROR_TOO_MANY_OPEN_FILES
Also used in
Windows Driver Kit 7.0.0 (WDK 7600.16385.0)
Type description
NTSTATUS is 32-bit number, which holds Windows kernel mode error codes or status codes