~stomato463/+junk/nvdajp

« back to all changes in this revision

Viewing changes to source/oleacc.py

  • Committer: Masataka Shinke
  • Date: 2011-10-25 12:35:26 UTC
  • mfrom: (4185 jpmain)
  • mto: This revision was merged to the branch mainline in revision 4211.
  • Revision ID: mshinke@users.sourceforge.jp-20111025123526-ze527a2rl3z0g2ky
lp:~nishimotz/nvdajp/main : 4185 をマージ

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        @rtype: int
142
142
        """ 
143
143
        objIID=obj._iid_
144
 
        return oledll.oleacc.LresultFromObject(byref(objIID),obj._com_pointers_[objIID])
 
144
        return oledll.oleacc.LresultFromObject(byref(objIID),wParam,obj)
145
145
 
146
146
def ObjectFromLresult(res,wParam,interface):
147
147
        """