SRV_SRV_STATUS, 0xC0980000
(MS WDK >> Windows Driver Kit 7.1.0 (WDK 7600.16385.1))

Nombre
SRV_SRV_STATUS
Valor
-1063780352 entero con signo
3231186944 entero sin signo
0xC0980000 valor hexadecimal
Tipo
Not an error
Tipo C/C++
int
Definido en
\inc\ddk\cifs.h, línea 53 (Windows Driver Kit 7.1.0 (WDK 7600.16385.1))
Definición
#define SRV_SRV_STATUS                (0xC0000000L | SRV_STATUS_FACILITY_CODE)
Comentarios de grupo
The server has 16 bits available to it in each 32-bit status code.
See \nt\sdk\inc\ntstatus.h for a description of the use of the
high 16 bits of the status.

The layout of the bits is:

3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+---+-+-------------------------+-------+-----------------------+
|Sev|C|   Facility--Server      | Class |        Code           |
+---+-+-------------------------+-------+-----------------------+

Class values:
0 - a server-specific error code, not put directly on the wire.
1 - SMB error class DOS.  This includes those OS/2 errors
that share code values and meanings with the SMB protocol.
2 - SMB error class SERVER.
3 - SMB error class HARDWARE.
4 - other SMB error classes
5-E - undefined
F - an OS/2-specific error.  If the client is OS/2, then the
SMB error class is set to DOS and the code is set to
the actual OS/2 error code contained in the Code field.

The meaning of the Code field depends on the Class value.  If the
class is 00, then the code value is arbitrary.  For other classes,
the code is the actual code of the error in the SMB or OS/2
protocols.
Depende de
SRV_STATUS_FACILITY_CODE
También se utiliza en
Windows Driver Kit 10, Version 1607 (WDK 10.0.14393.0), Windows Driver Kit 8.1 (WDK 8.100.26638), Windows Driver Kit 7.0.0 (WDK 7600.16385.0)