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

Class OleDLL

object --+    
         |    
      CDLL --+
             |
            OleDLL

This class represents a dll exporting functions using the Windows stdcall calling convention, and returning HRESULT. HRESULT error values are automatically raised as WindowsError exceptions.

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__