| 2202 | |
| 2203 | |
| 2204 | class PNETLOGON_INFO_3(NDRPacket): |
| 2205 | ALIGNMENT = (4, 4) |
| 2206 | fields_desc = [ |
| 2207 | NDRIntField("netlog3_flags", 0), |
| 2208 | NDRIntField("netlog3_logon_attempts", 0), |
| 2209 | NDRIntField("netlog3_reserved1", 0), |
| 2210 | NDRIntField("netlog3_reserved2", 0), |
| 2211 | NDRIntField("netlog3_reserved3", 0), |
| 2212 | NDRIntField("netlog3_reserved4", 0), |
| 2213 | NDRIntField("netlog3_reserved5", 0), |
| 2214 | ] |
| 2215 | |
| 2216 | |
| 2217 | class PNETLOGON_INFO_4(NDRPacket): |
no test coverage detected
searching dependent graphs…