CoSuspendClassObjects
Prevents any
new activation requests from the SCM on all class objects registered within the
process.
WINOLEAPI CoSuspendClassObjects(void);
Return Values
S_OK
The CLSID was
retrieved successfully.
Remarks
CoSuspendClassObjects prevents any new activation requests from the SCM on
all class objects registered within the process. Even though a process may call
this API, the process still must call CoRevokeClassObject
See Also