Documentation for Win32lib v0.60.6
Table of Contents

OLE ActiveX

Object Linking and Embedding


OLE is not well supported in win32lib yet. This will be added to as people request it.

  • proc OleInitialize()   Initializes the thread's OLE subsystem
  • proc OleUninitialize()   Resets the thread's OLE subsystem

    Documentation for Win32lib v0.60.6
    Table of Contents

    [proc]
    OleInitialize
    ()

    Initializes the thread's OLE subsystem

    Category: OLE ActiveX

    This is required for some Windows API routines. Each call to OleInitialize() must have a matching call to OleUnitialize().

    See Also: OleUninitialize


    Documentation for Win32lib v0.60.6
    Table of Contents

    [proc]
    OleUninitialize
    ()

    Resets the thread's OLE subsystem

    Category: OLE ActiveX

    This is required for some Windows API routines. Each call to OleInitialize() must have a matching call to OleUnitialize().

    See Also: OleInitialize