- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for LsarQueryInformationPolicy2 (0.14 sec)
-
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);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
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) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
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) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0)