Python logo

上個話題

pickletools --- Tools for pickle developers

下個話題

msvcrt --- Useful routines from the MS VC++ runtime

本頁

  • Report a Bug
  • 顯示原始碼

導航

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • The Python Standard Library »
  • MS Windows Specific Services
  • |
  • |

MS Windows Specific Services¶

This chapter describes modules that are only available on MS Windows platforms.

  • msvcrt --- Useful routines from the MS VC++ runtime
    • File Operations
    • Console I/O
    • Other Functions
  • winreg --- Windows registry access
    • Functions
    • Constants
      • HKEY_* Constants
      • Access Rights
        • 64-bit Specific
      • Value Types
    • Registry Handle Objects
  • winsound --- Sound-playing interface for Windows

上個話題

pickletools --- Tools for pickle developers

下個話題

msvcrt --- Useful routines from the MS VC++ runtime

本頁

  • Report a Bug
  • 顯示原始碼
«

導航

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • The Python Standard Library »
  • MS Windows Specific Services
  • |
  • |
© 版權所有 2001-2025, Python Software Foundation.
此頁面採用 Python 軟體基金會授權條款第 2 版。
文件中的範例、應用技巧與其他程式碼額外採用了 Zero Clause BSD 授權條款。
更多訊息請見歷史與授權條款。

Python 軟體基金會是一家非營利法人。 敬請捐贈。

最後更新於 10月 08, 2025 (08:21 UTC)。 發現 bug?
以 Sphinx8.2.3建立。