| 2190 | |
| 2191 | |
| 2192 | class PNETLOGON_INFO_2(NDRPacket): |
| 2193 | ALIGNMENT = (4, 8) |
| 2194 | fields_desc = [ |
| 2195 | NDRIntField("netlog2_flags", 0), |
| 2196 | NDRIntField("netlog2_pdc_connection_status", 0), |
| 2197 | NDRFullEmbPointerField( |
| 2198 | NDRConfVarStrNullFieldUtf16("netlog2_trusted_dc_name", "") |
| 2199 | ), |
| 2200 | NDRIntField("netlog2_tc_connection_status", 0), |
| 2201 | ] |
| 2202 | |
| 2203 | |
| 2204 | class PNETLOGON_INFO_3(NDRPacket): |
no test coverage detected
searching dependent graphs…