Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for FILE_NOTIFY_CHANGE_DIR_NAME (0.2 sec)

  1. src/main/java/jcifs/FileNotifyInformation.java

         * return. Changes include creating or deleting a directory.
         */
        public static final int FILE_NOTIFY_CHANGE_DIR_NAME = 0x00000002;
    
        /**
         * Both <tt>FILE_NOTIFY_CHANGE_FILE_NAME</tt> and <tt>FILE_NOTIFY_CHANGE_DIR_NAME</tt>
         */
        public static final int FILE_NOTIFY_CHANGE_NAME = 0x00000003;
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java

        public static final int SMB2_WATCH_TREE = 0x1;
    
        /**
         * 
         */
        public static final int FILE_NOTIFY_CHANGE_FILE_NAME = 0x1;
        /**
         * 
         */
        public static final int FILE_NOTIFY_CHANGE_DIR_NAME = 0x2;
        /**
         * 
         */
        public static final int FILE_NOTIFY_CHANGE_ATTRIBUTES = 0x4;
        /**
         * 
         */
        public static final int FILE_NOTIFY_CHANGE_SIZE = 0x8;
        /**
         * 
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES ideal-int
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION ideal-int
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME ideal-int
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME ideal-int
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (windows-386), const FILE_MAP_WRITE = 2
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top