Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for completionFilter (0.07 sec)

  1. src/main/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChange.java

         */
        public NtTransNotifyChange(final Configuration config, final int fid, final int completionFilter, final boolean watchTree) {
            super(config, NT_TRANSACT_NOTIFY_CHANGE);
            this.fid = fid;
            this.completionFilter = completionFilter;
            this.watchTree = watchTree;
            this.setupCount = 0x04;
            this.totalDataCount = 0;
            this.maxDataCount = 0;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java

        }
    
        /**
         * Set the completion filter specifying which changes to monitor
         *
         * @param completionFilter
         *            the completionFilter to set
         */
        public void setCompletionFilter(final int completionFilter) {
            this.completionFilter = completionFilter;
        }
    
        /**
         * {@inheritDoc}
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top