Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testFsctlConstants (1.47 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            assertNotNull(request);
            // Should use UNSPECIFIED_FILEID by default
        }
    
        @Test
        @DisplayName("Test various FSCTL constants")
        void testFsctlConstants() {
            // Test that all FSCTL constants are properly defined
            assertEquals(0x0060194, Smb2IoctlRequest.FSCTL_DFS_GET_REFERRALS);
            assertEquals(0x0011400C, Smb2IoctlRequest.FSCTL_PIPE_PEEK);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top