Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hours (0.17 sec)

  1. src/main/java/jcifs/smb/NtStatus.java

        public static final int NT_STATUS_LOGON_FAILURE = 0xC000006d;
        public static final int NT_STATUS_ACCOUNT_RESTRICTION = 0xC000006e;
        public static final int NT_STATUS_INVALID_LOGON_HOURS = 0xC000006f;
        public static final int NT_STATUS_INVALID_WORKSTATION = 0xC0000070;
        public static final int NT_STATUS_PASSWORD_EXPIRED = 0xC0000071;
        public static final int NT_STATUS_ACCOUNT_DISABLED = 0xC0000072;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sat Jun 01 10:09:29 GMT 2019
    - 11.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/NtStatus.java

        public static final int NT_STATUS_LOGON_FAILURE = 0xC000006d;
        public static final int NT_STATUS_ACCOUNT_RESTRICTION = 0xC000006e;
        public static final int NT_STATUS_INVALID_LOGON_HOURS = 0xC000006f;
        public static final int NT_STATUS_INVALID_WORKSTATION = 0xC0000070;
        public static final int NT_STATUS_PASSWORD_EXPIRED = 0xC0000071;
        public static final int NT_STATUS_ACCOUNT_DISABLED = 0xC0000072;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 11.1K bytes
    - Viewed (0)
Back to top