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__