Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for LsarQueryInformationPolicy2 (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

            public NdrObject info;
    
            /**
             * Creates a new LsarQueryInformationPolicy2 message.
             *
             * @param handle the policy handle
             * @param level the information level
             * @param info the information object
             */
            public LsarQueryInformationPolicy2(final rpc.policy_handle handle, final short level, final NdrObject info) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 44.5K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

            public NdrObject info;
    
            /**
             * Creates a new LsarQueryInformationPolicy2 message.
             *
             * @param handle the policy handle
             * @param level the information level
             * @param info the information object
             */
            public LsarQueryInformationPolicy2(final rpc.policy_handle handle, final short level, final NdrObject info) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 42.5K bytes
    - Click Count (0)
  3. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

        }
    
        // Test for LsarQueryInformationPolicy2
        @Test
        void testLsarQueryInformationPolicy2ConstructorAndGetOpnum() {
            rpc.policy_handle mockHandle = mock(rpc.policy_handle.class);
            lsarpc.LsarQosInfo mockInfo = mock(lsarpc.LsarQosInfo.class);
            lsarpc.LsarQueryInformationPolicy2 queryInfoPolicy2 = new lsarpc.LsarQueryInformationPolicy2(mockHandle, (short) 1, mockInfo);
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 60.8K bytes
    - Click Count (0)
  4. src/test/java/jcifs/dcerpc/msrpc/MsrpcQueryInformationPolicyTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 6.6K bytes
    - Click Count (0)
Back to Top