Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testLsarDnsDomainInfoDecode (0.93 sec)

  1. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

            verify(mockDeferredNdrBuffer, times(6)).enc_ndr_small(0); // node bytes all 0
    
            // Note: enc_ndr_referent(null, 1) is already verified above with times(4)
        }
    
        @Test
        void testLsarDnsDomainInfoDecode() throws NdrException {
            lsarpc.LsarDnsDomainInfo dnsDomainInfo = new lsarpc.LsarDnsDomainInfo();
            dnsDomainInfo.name = new rpc.unicode_string();
            dnsDomainInfo.dns_domain = new rpc.unicode_string();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 60.8K bytes
    - Viewed (0)
Back to top