Partager via


Component Services Implementation Considerations

The following table shows the Sysgen variables that control the Component Services features.

Sysgen variable Description
SYSGEN_OLE Adds a midrange implementation of COM and Automation that supports only in-process free-threaded objects.
SYSGEN_OLE_GUIDS Adds support for CoCreateGuid used with the standard COM implementation.
SYSGEN_OLE_STG Adds structured storage functionality to the standard COM implementation.
SYSGEN_DCOM Adds a full-featured COM implementation equivalent to Microsoft Windows NT® 4.0 Service Pack 5 (SP5) that can include remote COM and Automation marshaling.
SYSGEN_DCOM_STG Adds structured storage functionality to DCOM.
SYSGEN_DCOM_REMOTEACCESS Adds COM remote access.
SYSGEN_MINICOM Adds a minimal COM implementation that provides a baseline API for COM object creation.
SYSGEN_MINICOM_GUIDS Adds support for CoCreateGuid used with the minimal COM implementation.
SYSGEN_MINICOM_STG Adds structured storage functionality to the minimal COM implementation.

See Also

Component Services Overview

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.