gencache.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:OSPTF 作者: xSploited 项目源码 文件源码
def GetClassForProgID(progid):
    """Get a Python class for a Program ID

    Given a Program ID, return a Python class which wraps the COM object

    Returns the Python class, or None if no module is available.

    Params
    progid -- A COM ProgramID or IID (eg, "Word.Application")
    """
    clsid = pywintypes.IID(progid) # This auto-converts named to IDs.
    return GetClassForCLSID(clsid)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号