Package ctypes :: Class WinDLL
[hide private]
[frames] | no frames]

Class WinDLL

object --+    
         |    
      CDLL --+
             |
            WinDLL

This class represents a dll exporting functions using the Windows stdcall calling convention.

Nested Classes [hide private]
  _FuncPtr
Instance Methods [hide private]

Inherited from CDLL: __getattr__, __getitem__, __init__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__