コード例 #1
0
ファイル: oaut.py プロジェクト: 3xp10it/sulley-win-installer
 def __init__(self, data = None, isNDR64=False, topLevel = False):
     NDRUNION.__init__(self,None, isNDR64=isNDR64, topLevel=topLevel)
     self.union = {
         VARENUM.VT_PTR: ('lptdesc', PTYPEDESC),
         VARENUM.VT_SAFEARRAY: ('lptdesc', PTYPEDESC),
         VARENUM.VT_CARRAY: ('lpadesc', ARRAYDESC),
         VARENUM.VT_USERDEFINED: ('hreftype', HREFTYPE),
         'default': None,
     }
コード例 #2
0
 def __init__(self, data=None, isNDR64=False, topLevel=False):
     NDRUNION.__init__(self, None, isNDR64=isNDR64, topLevel=topLevel)
     self.union = {
         VARENUM.VT_PTR: ('lptdesc', PTYPEDESC),
         VARENUM.VT_SAFEARRAY: ('lptdesc', PTYPEDESC),
         VARENUM.VT_CARRAY: ('lpadesc', ARRAYDESC),
         VARENUM.VT_USERDEFINED: ('hreftype', HREFTYPE),
         'default': None,
     }