| 232 | |
| 233 | |
| 234 | class RemoteCreateInstance_Response(NDRPacket): |
| 235 | fields_desc = [ |
| 236 | NDRPacketField("orpcthat", ORPCTHAT(), ORPCTHAT), |
| 237 | NDRFullPointerField( |
| 238 | NDRPacketField("ppActProperties", MInterfacePointer(), MInterfacePointer) |
| 239 | ), |
| 240 | NDRIntField("status", 0), |
| 241 | ] |
| 242 | |
| 243 | |
| 244 | IREMOTESCMACTIVATOR_OPNUMS = { # 0: Opnum0NotUsedOnWire, |
nothing calls this directly
no test coverage detected
searching dependent graphs…