- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FILE_ACTION_ADDED_STREAM (0.07 sec)
-
src/main/java/jcifs/FileNotifyInformation.java
/** * File has been renamed (new name) */ int FILE_ACTION_RENAMED_NEW_NAME = 0x00000005; /** * File stream has been added */ int FILE_ACTION_ADDED_STREAM = 0x00000006; /** * File stream has been removed */ int FILE_ACTION_REMOVED_STREAM = 0x00000007; /** * File stream has modified */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0)