- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for FILE_NOTIFY_CHANGE_STREAM_WRITE (0.14 seconds)
-
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
*/ public static final int FILE_NOTIFY_CHANGE_STREAM_SIZE = 0x400; /** * Notify when alternate data stream is written */ public static final int FILE_NOTIFY_CHANGE_STREAM_WRITE = 0x800; private final byte[] fileId; private final int outputBufferLength; private int notifyFlags; private int completionFilter; /** * Constructs a change notify requestCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.5K bytes - Click Count (0) -
src/main/java/jcifs/FileNotifyInformation.java
/** * Any change to the data in a named stream of a file in the watched directory or subtree causes a change notification wait operation to return. */ int FILE_NOTIFY_CHANGE_STREAM_WRITE = 0x00000800; // actions returned /** * File has been added */ int FILE_ACTION_ADDED = 0x00000001; /** * File has been removed */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.2K bytes - Click Count (0)