导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.6.15 Documentation »
  • Python 标准库 »
  • |

34. Windows系统相关模块¶

本章节叙述的模块只在 Windows 平台上可用。

  • 34.1. msilib — Read and write Microsoft Installer files
    • 34.1.1. Database Objects
    • 34.1.2. View Objects
    • 34.1.3. Summary Information Objects
    • 34.1.4. Record Objects
    • 34.1.5. Errors
    • 34.1.6. CAB Objects
    • 34.1.7. Directory Objects
    • 34.1.8. 相关特性
    • 34.1.9. GUI classes
    • 34.1.10. Precomputed tables
  • 34.2. msvcrt — 来自 MS VC++ 运行时的有用例程
    • 34.2.1. 文件操作
    • 34.2.2. 控制台 I/O
    • 34.2.3. 其他函数
  • 34.3. winreg — Windows 注册表访问
    • 34.3.1. 函数
    • 34.3.2. 常量
      • 34.3.2.1. HKEY_* Constants
      • 34.3.2.2. Access Rights
        • 34.3.2.2.1. 64-bit Specific
      • 34.3.2.3. Value Types
    • 34.3.3. Registry Handle Objects
  • 34.4. winsound — Sound-playing interface for Windows

上一个主题

33.1. formatter — 通用格式化输出

下一个主题

34.1. msilib — Read and write Microsoft Installer files

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.6.15 Documentation »
  • Python 标准库 »
  • |
© 版权所有 2001-2021, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最后更新于 9月 05, 2021. 发现了问题?
使用Sphinx2.3.1 创建。