Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for attach (0.16 sec)

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

            NT_STATUS_PATH_NOT_COVERED,
            NT_STATUS_IO_REPARSE_TAG_NOT_HANDLED,
        };
    
        static final String[] NT_STATUS_MESSAGES = {
            "The operation completed successfully.",
            "A device attached to the system is not functioning.",
            "Incorrect function.",
            "The parameter is incorrect.",
            "Invalid access to memory location.",
            "The handle is invalid.",
    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)
  2. src/main/java/jcifs/smb/NtStatus.java

            "The operation completed successfully.", "Request is pending", "A notify change request is being completed.",
            "The data was too large to fit into the specified buffer.", "A device attached to the system is not functioning.", "Incorrect function.",
            "The parameter is incorrect.", "Invalid access to memory location.", "The handle is invalid.", "The parameter is incorrect.",
    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)
Back to top