qt4c.wintypes¶
Module Contents¶
Classes¶
RECT |
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle | ||
TBBUTTON |
Contains information about a button in a system’s traynotifybar. | ||
TRAYDATA |
for description | ||
PROCESSENTRY32 |
|
||
APPBARDATA |
App Bar Data Structure | ||
LVITEM |
|
||
LVITEM64 |
|
||
TVITEM |
|||
BITMAPINFOHEADER |
BITMAP Info Header | ||
RGBTRIPLE |
RGB Define | ||
BITMAPINFO |
BITMAP Info | ||
BITMAP |
BITMAP | ||
DIBSECTION |
DIB Section | ||
BITMAPFILEHEADER |
BITMAP File Header | ||
MODULEENTRY32 |
This structure describes an entry from a list that enumerates | ||
THREADENTRY32 |
This structure describes an entry from a list that enumerates the threads executing in the system when a snapshot was taken. |
-
qt4c.wintypes.ULONG_PTR¶
-
class
qt4c.wintypes.RECT¶ Bases:
ctypes.StructureThe RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle
-
_fields_= [None, None, None, None]¶
-
-
class
qt4c.wintypes.TBBUTTON¶ Bases:
ctypes.StructureContains information about a button in a system’s traynotifybar.
-
_fields_= [None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.TRAYDATA¶ Bases:
ctypes.Structurefor description
-
_fields_= [None, None, None, None, None]¶
-
-
class
qt4c.wintypes.PROCESSENTRY32¶ Bases:
ctypes.StructureDesc: Describes an entry from a list that enumerates the processes residing in the system address space when a snapshot was taken. -
_fields_= [None, None, None, None, None, None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.APPBARDATA¶ Bases:
ctypes.StructureApp Bar Data Structure
-
_fields_= [None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.LVITEM¶ Bases:
ctypes.StructureDesc: Specifies or receives the attributes of a list-view item. This structure has been updated to support a new mask value (LVIF_INDENT) that enables item indenting. This structure supersedes the LV_ITEM structure
-
_fields_= [None, None, None, None, None, None, None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.LVITEM64¶ Bases:
ctypes.StructureDesc: Specifies or receives the attributes of a list-view item. This structure has been updated to support a new mask value (LVIF_INDENT) that enables item indenting. This structure supersedes the LV_ITEM structure
-
_fields_= [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.TVITEM¶ Bases:
ctypes.Structure-
_fields_= [None, None, None, None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.BITMAPINFOHEADER¶ Bases:
ctypes.StructureBITMAP Info Header
-
_fields_= [None, None, None, None, None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.RGBTRIPLE¶ Bases:
ctypes.StructureRGB Define
-
_fields_= [None, None, None, None]¶
-
-
class
qt4c.wintypes.BITMAP¶ Bases:
ctypes.StructureBITMAP
-
_fields_= [None, None, None, None, None, None, None]¶
-
-
class
qt4c.wintypes.DIBSECTION¶ Bases:
ctypes.StructureDIB Section
-
_fields_= [None, None, None, None, None]¶
-
-
class
qt4c.wintypes.BITMAPFILEHEADER¶ Bases:
ctypes.StructureBITMAP File Header
-
_fields_= [None, None, None, None, None]¶
-