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
desc:Describes an entry from a list that enumerates the processes residing in the system address space when a snapshot was taken.
APPBARDATA App Bar Data Structure
LVITEM
desc:Specifies or receives the attributes of a list-view item. This structure has been updated
LVITEM64
desc:Specifies or receives the attributes of a list-view item. This structure has been updated
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.Structure

The 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.Structure

Contains information about a button in a system’s traynotifybar.

_fields_ = [None, None, None, None, None, None, None]
class qt4c.wintypes.TRAYDATA

Bases: ctypes.Structure

for description

_fields_ = [None, None, None, None, None]
class qt4c.wintypes.PROCESSENTRY32

Bases: ctypes.Structure

Desc: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.Structure

App Bar Data Structure

_fields_ = [None, None, None, None, None, None]
class qt4c.wintypes.LVITEM

Bases: ctypes.Structure

Desc: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.Structure

Desc: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.Structure

BITMAP Info Header

_fields_ = [None, None, None, None, None, None, None, None, None, None, None]
class qt4c.wintypes.RGBTRIPLE

Bases: ctypes.Structure

RGB Define

_fields_ = [None, None, None, None]
class qt4c.wintypes.BITMAPINFO

Bases: ctypes.Structure

BITMAP Info

_fields_ = [None, None]
class qt4c.wintypes.BITMAP

Bases: ctypes.Structure

BITMAP

_fields_ = [None, None, None, None, None, None, None]
class qt4c.wintypes.DIBSECTION

Bases: ctypes.Structure

DIB Section

_fields_ = [None, None, None, None, None]
class qt4c.wintypes.BITMAPFILEHEADER

Bases: ctypes.Structure

BITMAP File Header

_fields_ = [None, None, None, None, None]
class qt4c.wintypes.MODULEENTRY32

Bases: ctypes.Structure

This structure describes an entry from a list that enumerates the modules used by a specified process.

_fields_ = [None, None, None, None, None, None, None, None, None, None]
class qt4c.wintypes.THREADENTRY32

Bases: ctypes.Structure

This structure describes an entry from a list that enumerates the threads executing in the system when a snapshot was taken.

_fields_ = [None, None, None, None, None, None, None]