Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for FileAttributes (0.11 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            this.desiredAccess = desiredAccess;
        }
    
    
        /**
         * @param fileAttributes
         *            the fileAttributes to set
         */
        public void setFileAttributes ( int fileAttributes ) {
            this.fileAttributes = fileAttributes;
        }
    
    
        /**
         * @param shareAccess
         *            the shareAccess to set
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Jun 01 09:52:11 UTC 2019
    - 14.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

        }
    
    
        @SuppressWarnings ( "unchecked" )
        protected <T extends ServerMessageBlock2Response> T withOpen ( SmbTreeHandleImpl th, int createDisposition, int createOptions, int fileAttributes,
                int desiredAccess, int shareAccess, ServerMessageBlock2Request<T> first, ServerMessageBlock2Request<?>... others ) throws CIFSException {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), type ByHandleFileInformation struct
    pkg syscall (windows-386), type ByHandleFileInformation struct, CreationTime Filetime
    pkg syscall (windows-386), type ByHandleFileInformation struct, FileAttributes uint32
    pkg syscall (windows-386), type ByHandleFileInformation struct, FileIndexHigh uint32
    pkg syscall (windows-386), type ByHandleFileInformation struct, FileIndexLow uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top