代码搜索:AddIn
找到约 533 项符合「AddIn」的源代码
代码结果 533
www.eeworm.com/read/261925/4319355
py addin.py
# SpamBayes Outlook Addin
import sys, os
import types
import warnings
import traceback
import _winreg
from types import UnicodeType
# *sigh* - this is for the binary installer, and for the sake of on
www.eeworm.com/read/154563/5636182
def addin.def
LIBRARY AddIn
EXPORTS GetWAAddInData
WAAddInLoad
WAAddInUnload
;WAAddInConfig
;FrameWindowProc
;ChildWindowProc
;ProjectExplorerProc
;OutWindowProc
www.eeworm.com/read/154563/5636183
inc addin.inc
Include windows.inc
;Include user32.inc
Include kernel32.inc
;-------------------------------------------------------------------
;Needed For Debug Window Only
;Include masm32.inc
;Include d