Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for GENERIC_EXECUTE (0.34 sec)

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

        static final int WRITE_OWNER           = 0x00080000; // 19
        static final int SYNCHRONIZE           = 0x00100000; // 20
        static final int GENERIC_ALL           = 0x10000000; // 28
        static final int GENERIC_EXECUTE       = 0x20000000; // 29
        static final int GENERIC_WRITE         = 0x40000000; // 30
        static final int GENERIC_READ          = 0x80000000; // 31
    
    
        // flags for move and copy
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 8.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/ACE.java

        public static final int SYNCHRONIZE           = 0x00100000; // 20
        public static final int GENERIC_ALL           = 0x10000000; // 28
        public static final int GENERIC_EXECUTE       = 0x20000000; // 29
        public static final int GENERIC_WRITE         = 0x40000000; // 30
        public static final int GENERIC_READ          = 0x80000000; // 31
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 7.2K bytes
    - Viewed (0)
  3. src/main/java/jcifs/ACE.java

        public static final int SYNCHRONIZE = 0x00100000; // 20
        /**
         * 
         */
        public static final int GENERIC_ALL = 0x10000000; // 28
        /**
         * 
         */
        public static final int GENERIC_EXECUTE = 0x20000000; // 29
        /**
         * 
         */
        public static final int GENERIC_WRITE = 0x40000000; // 30
        /**
         * 
         */
        public static final int GENERIC_READ = 0x80000000; // 31
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SmbConstants.java

        static final int WRITE_OWNER = 0x00080000; // 19
        static final int SYNCHRONIZE = 0x00100000; // 20
        static final int GENERIC_ALL = 0x10000000; // 28
        static final int GENERIC_EXECUTE = 0x20000000; // 29
        static final int GENERIC_WRITE = 0x40000000; // 30
        static final int GENERIC_READ = 0x80000000; // 31
    
        // flags for move and copy
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.9K bytes
    - Viewed (0)
  5. src/syscall/types_windows.go

    	11: "segmentation fault",
    	12: "user defined signal 2",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    }
    
    const (
    	GENERIC_READ    = 0x80000000
    	GENERIC_WRITE   = 0x40000000
    	GENERIC_EXECUTE = 0x20000000
    	GENERIC_ALL     = 0x10000000
    
    	FILE_LIST_DIRECTORY   = 0x00000001
    	FILE_APPEND_DATA      = 0x00000004
    	FILE_WRITE_ATTRIBUTES = 0x00000100
    
    	FILE_SHARE_READ              = 0x00000001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	SPECIFIC_RIGHTS_ALL      = 0x0000FFFF
    	ACCESS_SYSTEM_SECURITY   = 0x01000000
    	MAXIMUM_ALLOWED          = 0x02000000
    	GENERIC_READ             = 0x80000000
    	GENERIC_WRITE            = 0x40000000
    	GENERIC_EXECUTE          = 0x20000000
    	GENERIC_ALL              = 0x10000000
    )
    
    type ACCESS_MODE uint32
    
    // Constants for type ACCESS_MODE
    const (
    	NOT_USED_ACCESS   = 0
    	GRANT_ACCESS      = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Fstore_t.Posmode", Field, 0},
    		{"Fsync", Func, 0},
    		{"Ftruncate", Func, 0},
    		{"FullPath", Func, 4},
    		{"Futimes", Func, 0},
    		{"Futimesat", Func, 0},
    		{"GENERIC_ALL", Const, 0},
    		{"GENERIC_EXECUTE", Const, 0},
    		{"GENERIC_READ", Const, 0},
    		{"GENERIC_WRITE", Const, 0},
    		{"GUID", Type, 1},
    		{"GUID.Data1", Field, 1},
    		{"GUID.Data2", Field, 1},
    		{"GUID.Data3", Field, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK ideal-int
    pkg syscall (windows-386), const GENERIC_ALL ideal-int
    pkg syscall (windows-386), const GENERIC_EXECUTE ideal-int
    pkg syscall (windows-386), const GENERIC_READ ideal-int
    pkg syscall (windows-386), const GENERIC_WRITE ideal-int
    pkg syscall (windows-386), const GetFileExInfoStandard ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
    pkg syscall (windows-386), const GENERIC_ALL = 268435456
    pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912
    pkg syscall (windows-386), const GENERIC_READ = 2147483648
    pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
    pkg syscall (windows-386), const GetFileExInfoStandard = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top