ole32 Module (Windows Embedded CE 6.0)
1/6/2010
The ole32 module provides support for OLE. For more information, see OLE Reference.
The ole32 module contains functions for application developers, which are defined in the Objbase.h header file. To import these functions, you must link to the ole232.lib file.
Components
The following table shows the components included with the ole32 module.
Component | Description | Note | Library |
---|---|---|---|
com |
Supports Component Object Model (COM) interfaces. |
Exposes no public functions. |
Com.lib |
dcomole |
Main Distributed COM (DCOM) support module. |
Not applicable. |
Common.lib, Moniker.lib, Class.lib,Coll.lib, Debug.lib, Remote.lib, Accctrl.lib, Rot.lib, Inc.lib,Objact.lib, Util.lib, Dcomport.lib, Dcomidl.lib, Oleprx32.lib, Ole232.lib, Docfile.lib, Exp.lib, Msf.lib,Uuid.lib |
docfile |
Provides OLE docfile support. |
Exposes no public functions. |
Docfile.lib |
exp |
Supports OLE storage services. |
Exposes no public functions. |
Exp.lib |
mcombase |
Provides support for Minimal COM. |
Not applicable. |
Mcombase.lib |
mcomlib |
Provides support for Minimal COM. |
Not applicable. |
Mcomlib.lib |
mcommem |
Provides support for Minimal COM. |
Not applicable. |
Mcommem.lib |
mcomstm |
Provides support for Minimal COM. |
Not applicable. |
Mcomstm.lib |
mcomstr |
Provides support for Minimal COM. |
Not applicable. |
Mcomstr.lib |
msf |
Provides OLE storage support. |
Exposes no public functions. |
Msf.lib |
ole232 |
Supports OLE services. |
Not applicable. |
Ole232.lib |
olemain |
|
Exposes no public functions. |
Olemain.lib |
stg |
Supports OLE lightweight storage. |
Exposes no public functions. |
Stg.lib |
dcomremoteaccess |
Provides network support for DCOM. |
Without this setting, DCOM is restricted to local- and inproc-server mode only. Note that exposing DCOM servers on the Internet is highly inadvisable due to security problems in Windows Embedded CE RPC layer. |
Not applicable. |
mcommon |
Provides Moniker support for MiniCOM. |
Not applicable. |
minimon.lib, mcomextp.lib, mcomrem.lib, mcomutil.lib |
mcomguid |
Provides GUID generation support for MiniCOM. |
Not applicable. |
mcomguid.lib |
com Component
The com component provides support for COM.
The com component contains functions for application developers. To import these functions, you must link to the Com.lib file.
dcomole Component
The dcomole component provides support for DCOM.
The dcomole component contains functions for application developers. To import these functions, you must link to the Dcomole.lib file.
docfile Component
The docfile component provides support for COM.
The docfile component contains functions for application developers. To import these functions, you must link to the Docfile.lib file.
mcombase Component
The mcombase component provides support for Minimal COM.
The mcobase component contains functions for application developers. To import these functions, you must link to the Mcombase.lib file.
mcomlib Component
The mcomlib component provides support for Minimal COM.
The mcomlib component contains functions for application developers. To import these functions, you must link to the Mcomlib.lib file.
mcommem Component
The mcommem component provides support for Minimal COM.
The mcommem component contains functions for application developers. To import these functions, you must link to the Mcommem.lib file.
mcomstm Component
The mcomstm component provides support for Minimal COM.
The mcomstm component contains functions for application developers. To import these functions, you must link to the Mcomstm.lib file.
mcomstr Component
The mcomstr component provides support for Minimal COM.
The mcomstr component contains functions for application developers. To import these functions, you must link to the Mcomstr.lib file.
ole232 Component
The ole232 component supports OLE services.
The ole232 component contains functions for application developers, which are defined in the Ole2.h header file. To import these functions, you must link to the ole232.lib file.
stg Component
The stg component supports OLE lightweight storage.
The stg component contains function for application developers, which is defined in the Objbase.h header file. To import this function, you must link to the Stg.lib file.