Ejemplo n.º 1
0
    def test_BaseRegFlushKey(self):
        dce, rpctransport, phKey = self.connect()

        resp = rrp.hBaseRegFlushKey(dce, phKey)
        resp.dump()
Ejemplo n.º 2
0
    def test_BaseRegFlushKey(self):
        dce, rpctransport, phKey = self.connect()

        resp =  rrp.hBaseRegFlushKey(dce,phKey)
        resp.dump()
Ejemplo n.º 3
0
 def test_BaseRegFlushKey(self):
     dce, rpctransport = self.connect()
     phKey = self.open_local_machine(dce)
     resp = rrp.hBaseRegFlushKey(dce, phKey)
     resp.dump()