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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// The server process is running under a SID different than that required by client.
pub const SID_MISMATCH : ErrorCode = from_constant; // ERROR_SERVER_SID_MISMATCH
/// Multiple mappings to shared resource(s) on a server, using more than one transport, are not allowed. Use a single transport for all mappings to a server and try again.
pub const TRANSPORT_CONFLICT : ErrorCode = from_constant; // ERROR_SERVER_TRANSPORT_CONFLICT
/// The server machine is shutting down.
pub const SHUTDOWN_IN_PROGRESS : ErrorCode = from_constant; // ERROR_SERVER_SHUTDOWN_IN_PROGRESS
/// The server is currently disabled.
pub const DISABLED : ErrorCode = from_constant; // ERROR_SERVER_DISABLED
/// The server is currently enabled.
pub const NOT_DISABLED : ErrorCode = from_constant; // ERROR_SERVER_NOT_DISABLED
/// The server is in use and cannot be unloaded.
pub const HAS_OPEN_HANDLES : ErrorCode = from_constant; // ERROR_SERVER_HAS_OPEN_HANDLES
/// The requested function requires SMB1 to be present and enabled.
pub const SERVICE_CALL_REQUIRES_SMB1 : ErrorCode = from_constant; // ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1
pub const INVALID_BOOT_FILE_TABLE : ErrorCode = from_constant; // ERROR_SERVER_INVALID_BOOT_FILE_TABLE
pub const UNKNOWN_BOOT_FILE_NAME : ErrorCode = from_constant; // ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME
/// The server cannot allocate NetBIOS resources needed to support the client.
/// This error was obsoleted in the Windows Vista release.
pub const OUT_OF_RESOURCES : ErrorCode = from_constant; // ERROR_SERVER_OUT_OF_RESOURCES
/// A network adapter at the server failed.
/// This error was obsoleted in the Windows Vista release.
pub const GENERAL_NET_FAILURE : ErrorCode = from_constant; // ERROR_SERVER_GENERAL_NET_FAILURE
/// The remote access server is not responding.
/// This error was obsoleted in the Windows Vista release.
pub const NOT_RESPONDING : ErrorCode = from_constant; // ERROR_SERVER_NOT_RESPONDING
pub const POLICY : ErrorCode = from_constant; // ERROR_SERVER_POLICY