def NotifyAutoxdShow(self, code):
return 0
#????
hwnd = LiveData().getFrameHwnd()
code = int(code)
#lparam????????, wparam???0???
try:
win32api.PostMessage(hwnd,0x400+101,code,6-len(str(code)))
except:
pass
评论列表
文章目录