summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fwindows.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/python~3.12/library%2Fwindows.html
new repository
Diffstat (limited to 'devdocs/python~3.12/library%2Fwindows.html')
-rw-r--r--devdocs/python~3.12/library%2Fwindows.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Fwindows.html b/devdocs/python~3.12/library%2Fwindows.html
new file mode 100644
index 00000000..1d8309da
--- /dev/null
+++ b/devdocs/python~3.12/library%2Fwindows.html
@@ -0,0 +1,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>