This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release.

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »

35. MS Windows Specific Services¶

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

  • 35.1. msilib — Read and write Microsoft Installer files
    • 35.1.1. Database Objects
    • 35.1.2. View Objects
    • 35.1.3. Summary Information Objects
    • 35.1.4. Record Objects
    • 35.1.5. Errors
    • 35.1.6. CAB Objects
    • 35.1.7. Directory Objects
    • 35.1.8. Features
    • 35.1.9. GUI classes
    • 35.1.10. Precomputed tables
  • 35.2. msvcrt — Useful routines from the MS VC++ runtime
    • 35.2.1. File Operations
    • 35.2.2. Console I/O
    • 35.2.3. Other Functions
  • 35.3. _winreg — Windows registry access
    • 35.3.1. Constants
      • 35.3.1.1. HKEY_* Constants
      • 35.3.1.2. Access Rights
        • 35.3.1.2.1. 64-bit Specific
      • 35.3.1.3. Value Types
    • 35.3.2. Registry Handle Objects
  • 35.4. winsound — Sound-playing interface for Windows

이전 항목

34.1. formatter — Generic output formatting

다음 항목

35.1. msilib — Read and write Microsoft Installer files

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »
© 저작권 1990-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
Last updated on 6월 19, 2020. 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.