| Home | Trees | Indices | Help |
|---|
|
|
Version: 1.0.2
|
|||
| ArgumentError | |||
|
CDLL An instance of this class represents a loaded dll/shared library, exporting functions using the standard C calling convention (named 'cdecl' on Windows). |
|||
| HRESULT | |||
| LibraryLoader | |||
|
OleDLL This class represents a dll exporting functions using the Windows stdcall calling convention, and returning HRESULT. |
|||
|
PyDLL This class represents the Python library itself. |
|||
|
WinDLL This class represents a dll exporting functions using the Windows stdcall calling convention. |
|||
| c_byte | |||
| c_char | |||
| c_char_p | |||
| c_double | |||
| c_float | |||
| c_int | |||
| c_int16 | |||
| c_int32 | |||
| c_int64 | |||
| c_int8 | |||
| c_long | |||
| c_longlong | |||
| c_short | |||
| c_size_t | |||
| c_ubyte | |||
| c_uint | |||
| c_uint16 | |||
| c_uint32 | |||
| c_uint64 | |||
| c_uint8 | |||
| c_ulong | |||
| c_ulonglong | |||
| c_ushort | |||
| c_void_p | |||
| c_voidp | |||
| c_wchar | |||
| c_wchar_p | |||
| py_object | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
DEFAULT_MODE = 0
|
|||
GetLastError = <_FuncPtr object at 0x00FBEF30>
|
|||
RTLD_GLOBAL = 0
|
|||
RTLD_LOCAL = 0
|
|||
_FUNCFLAG_CDECL = 1
|
|||
_FUNCFLAG_PYTHONAPI = 4
|
|||
_FUNCFLAG_STDCALL = 0
|
|||
_c_functype_cache =
|
|||
_cast = <CFunctionType object at 0x0109E120>
|
|||
_cast_addr = 488266112
|
|||
_ctypes_version =
|
|||
_memmove_addr = 2083793294
|
|||
_memset_addr = 488291326
|
|||
_pointer_type_cache =
|
|||
_string_at = <CFunctionType object at 0x0109E198>
|
|||
_string_at_addr = 488265824
|
|||
_win_functype_cache =
|
|||
_wstring_at = <CFunctionType object at 0x0109E210>
|
|||
_wstring_at_addr = 488268064
|
|||
cdll = <ctypes.LibraryLoader object at 0x01095E50>
|
|||
memmove = <CFunctionType object at 0x0109E030>
|
|||
memset = <CFunctionType object at 0x0109E0A8>
|
|||
oledll = <ctypes.LibraryLoader object at 0x01095ED0>
|
|||
pydll = <ctypes.LibraryLoader object at 0x01095E70>
|
|||
pythonapi = <PyDLL 'python dll', handle 1e000000 at 1095e90>
|
|||
windll = <ctypes.LibraryLoader object at 0x01095EB0>
|
|||
|
|||
restype: the result type argtypes: a sequence specifying the argument types The function prototype can be called in different ways to create a callable object: prototype(integer address) -> foreign function prototype(callable) -> create and return a C callable function from callable prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
|
|
|
|
|
|
|||
_c_functype_cache
|
_pointer_type_cache
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:14 2008 | http://epydoc.sourceforge.net |