Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
The following are the COM+ functions.
| Function | Description |
|---|---|
| CoCreateActivity | Creates an activity to do synchronous or asynchronous batch work that can use COM+ services without needing to create a COM+ component. |
| CoEnterServiceDomain | Used to enter code that can then use COM+ services. |
| CoGetDefaultContext | Retrieves a reference to the default context of the specified apartment. |
| CoLeaveServiceDomain | Used to leave code that uses COM+ services. |
| ComPlusCompleteCbbSetup | Completes a catalog migration on the destination computer. |
| GetComPlusPackageInstallStatus | Indicates whether the 64-bit Common Language Runtime (CLR) is installed. |
| GetDispenserManager | Retrieves the dispenser manager's IDispenserManager interface. |
| GetManagedExtensions | Determines whether the installed version of COM+ supports special features provided to manage serviced components (managed objects). |
| GetObjectContext | Retrieves a reference to the context that is associated with the current COM+ object. |
| MTSCreateActivity | Creates an activity in a single-threaded apartment to do synchronous or asynchronous batch work. |
| RecycleSurrogate | Recycles the calling process. |
| SafeRef | Obsolete; do not use. |