- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NT_TRANSACT_NOTIFY_CHANGE (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/smb1/trans/nt/SmbComNtTransaction.java
/** * NT transaction function code for change notification. * Used to monitor changes to a directory or file. */ public static final int NT_TRANSACT_NOTIFY_CHANGE = 0x4; private final int function; /** * Constructs an NT transaction command. * * @param config the configuration * @param function the NT transaction function codeCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
assertNotNull(transaction); } @Test @DisplayName("Test constructor initialization with NT_TRANSACT_NOTIFY_CHANGE") void testConstructorWithNotifyChange() { TestSmbComNtTransaction notifyTransaction = new TestSmbComNtTransaction(mockConfig, SmbComNtTransaction.NT_TRANSACT_NOTIFY_CHANGE); assertEquals(ServerMessageBlock.SMB_COM_NT_TRANSACT, notifyTransaction.getCommand());
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.1K bytes - Click Count (0)