mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Adding some PE related windef + CertFreeCertificateContext
This commit is contained in:
+1109
-1072
File diff suppressed because it is too large
Load Diff
@@ -74,6 +74,17 @@ Calling it
|
||||
windows.winproxy.Kernel32Error: VirtualAlloc: [Error 8] Not enough storage is available to process this command.
|
||||
"""
|
||||
|
||||
Kernel32Error
|
||||
"""""""""""""
|
||||
|
||||
All errors raised by winproxy functions are instance of :class:`Kernel32Error` (or subclasses)
|
||||
|
||||
.. autoclass:: Kernel32Error
|
||||
:show-inheritance:
|
||||
|
||||
.. attribute:: api_name
|
||||
|
||||
The name of the API that raised the exception
|
||||
|
||||
Functions in :mod:`windows.winproxy`
|
||||
""""""""""""""""""""""""""""""""""""
|
||||
|
||||
@@ -2190,6 +2190,27 @@ _IMAGE_EXPORT_DIRECTORY
|
||||
|
||||
:class:`DWORD`
|
||||
|
||||
_IMAGE_BASE_RELOCATION
|
||||
''''''''''''''''''''''
|
||||
.. class:: PIMAGE_BASE_RELOCATION
|
||||
|
||||
Pointer to :class:`_IMAGE_BASE_RELOCATION`
|
||||
|
||||
.. class:: IMAGE_BASE_RELOCATION
|
||||
|
||||
Alias for :class:`_IMAGE_BASE_RELOCATION`
|
||||
|
||||
.. class:: _IMAGE_BASE_RELOCATION
|
||||
|
||||
.. attribute:: VirtualAddress
|
||||
|
||||
:class:`DWORD`
|
||||
|
||||
|
||||
.. attribute:: SizeOfBlock
|
||||
|
||||
:class:`DWORD`
|
||||
|
||||
_MEMORY_BASIC_INFORMATION
|
||||
'''''''''''''''''''''''''
|
||||
.. class:: PMEMORY_BASIC_INFORMATION
|
||||
|
||||
Reference in New Issue
Block a user