summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fwindows.html
blob: 1d8309da8216964b6cc509a9cc4c354796679f50 (plain)
1
2
3
4
5
6
7
8
9
10
 <span id="mswin-specific-services"></span><h1>MS Windows Specific Services</h1> <p>This chapter describes modules that are only available on MS Windows platforms.</p>  <ul> <li class="toctree-l1">
<a class="reference internal" href="msvcrt"><code>msvcrt</code> — Useful routines from the MS VC++ runtime</a><ul> <li class="toctree-l2"><a class="reference internal" href="msvcrt#file-operations">File Operations</a></li> <li class="toctree-l2"><a class="reference internal" href="msvcrt#console-i-o">Console I/O</a></li> <li class="toctree-l2"><a class="reference internal" href="msvcrt#other-functions">Other Functions</a></li> </ul> </li> <li class="toctree-l1">
<a class="reference internal" href="winreg"><code>winreg</code> — Windows registry access</a><ul> <li class="toctree-l2"><a class="reference internal" href="winreg#functions">Functions</a></li> <li class="toctree-l2">
<a class="reference internal" href="winreg#constants">Constants</a><ul> <li class="toctree-l3"><a class="reference internal" href="winreg#hkey-constants">HKEY_* Constants</a></li> <li class="toctree-l3">
<a class="reference internal" href="winreg#access-rights">Access Rights</a><ul> <li class="toctree-l4"><a class="reference internal" href="winreg#bit-specific">64-bit Specific</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="winreg#value-types">Value Types</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="winreg#registry-handle-objects">Registry Handle Objects</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="winsound"><code>winsound</code> — Sound-playing interface for Windows</a></li> </ul>  <div class="_attribution">
  <p class="_attribution-p">
    &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
    <a href="https://docs.python.org/3.12/library/windows.html" class="_attribution-link">https://docs.python.org/3.12/library/windows.html</a>
  </p>
</div>