mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
164 lines
8.7 KiB
HTML
164 lines
8.7 KiB
HTML
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>2. The windows objects — PythonForWindows 0.4 documentation</title>
|
||
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
|
||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||
<link rel="stylesheet" href="_static/css/mbasic.css" type="text/css" />
|
||
<script type="text/javascript" src="_static/documentation_options.js"></script>
|
||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||
<link rel="index" title="Index" href="genindex.html" />
|
||
<link rel="search" title="Search" href="search.html" />
|
||
<link rel="next" title="2.1. Processes and Threads" href="process.html" />
|
||
<link rel="prev" title="1. The windows module" href="windows.html" />
|
||
</head><body>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
accesskey="I">index</a></li>
|
||
<li class="right" >
|
||
<a href="py-modindex.html" title="Python Module Index"
|
||
>modules</a> |</li>
|
||
<li class="right" >
|
||
<a href="process.html" title="2.1. Processes and Threads"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="windows.html" title="1. The windows module"
|
||
accesskey="P">previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">PythonForWindows 0.4 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
<div class="body" role="main">
|
||
|
||
<div class="section" id="the-windows-objects">
|
||
<h1>2. The <code class="xref py py-mod docutils literal notranslate"><span class="pre">windows</span></code> objects<a class="headerlink" href="#the-windows-objects" title="Permalink to this headline">¶</a></h1>
|
||
<p>Through the <a class="reference internal" href="windows.html#object-system"><span class="std std-ref">system</span></a> object many classes representing various <cite>Windows</cite>
|
||
parts are accessible.</p>
|
||
<p>This sections describes them by group of relation.</p>
|
||
<div class="toctree-wrapper compound">
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="process.html">2.1. Processes and Threads</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#currentprocess">2.1.1. CurrentProcess</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#currentthread">2.1.2. CurrentThread</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#winprocess">2.1.3. WinProcess</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#winthread">2.1.4. WinThread</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#token">2.1.5. Token</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="process.html#peb-exploration">2.2. PEB Exploration</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#peb">2.2.1. PEB</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#loadedmodule">2.2.2. LoadedModule</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#apisetmap">2.2.3. ApiSetMap</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="process.html#pefile-parsing-loaded-pe">2.3. PEFile - Parsing loaded PE</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="process.html#module-windows.pe_parse">2.3.1. <code class="docutils literal notranslate"><span class="pre">windows.pe_parse</span></code></a><ul>
|
||
<li class="toctree-l3"><a class="reference internal" href="process.html#pefile">2.3.1.1. PEFile</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="process.html#iatentry">2.3.1.2. IATEntry</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="exception.html">2.4. Exception and Context related structures</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="exception.html#exception-records">2.4.1. Exception Records</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="exception.html#exception-debug-info">2.4.2. EXCEPTION DEBUG INFO</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="exception.html#context">2.4.3. Context</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="exception.html#exception-pointers">2.4.4. EXCEPTION POINTERS</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="exception.html#vectored-exception">2.4.5. Vectored Exception</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="registry.html">2.5. Registry</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="registry.html#id1">2.5.1. Registry</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="registry.html#pyhkey">2.5.2. PyHKey</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="registry.html#keyvalue">2.5.3. KeyValue</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="network.html">2.6. Network</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="network.html#connections">2.6.1. Connections</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="network.html#firewall">2.6.2. Firewall</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="service.html">2.7. Service</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="volume.html">2.8. Volume – The logical drives</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="wmi.html">2.9. WMI – Make request to WMI</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="wmi.html#wmimanager">2.9.1. WmiManager</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="wmi.html#wmirequester">2.9.2. WmiRequester</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="handle.html">2.10. Handle – Processes handles</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="windows.html"
|
||
title="previous chapter">1. The <code class="docutils literal notranslate"><span class="pre">windows</span></code> module</a></p>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="process.html"
|
||
title="next chapter">2.1. Processes and Threads</a></p>
|
||
<div role="note" aria-label="source link">
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="_sources/various.rst.txt"
|
||
rel="nofollow">Show Source</a></li>
|
||
</ul>
|
||
</div>
|
||
<div id="searchbox" style="display: none" role="search">
|
||
<h3>Quick search</h3>
|
||
<div class="searchformwrapper">
|
||
<form class="search" action="search.html" method="get">
|
||
<input type="text" name="q" />
|
||
<input type="submit" value="Go" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
>index</a></li>
|
||
<li class="right" >
|
||
<a href="py-modindex.html" title="Python Module Index"
|
||
>modules</a> |</li>
|
||
<li class="right" >
|
||
<a href="process.html" title="2.1. Processes and Threads"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="windows.html" title="1. The windows module"
|
||
>previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">PythonForWindows 0.4 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer" role="contentinfo">
|
||
© Copyright 2015, Clement Rouault.
|
||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.1.
|
||
</div>
|
||
</body>
|
||
</html> |