Scroll to navigation

CoSuspendClassObjects(3w) Wine API CoSuspendClassObjects(3w)

NAME

CoSuspendClassObjects (OLE32.@)

SYNOPSIS

HRESULT CoSuspendClassObjects
(
)
 

DESCRIPTION

Suspends all registered class objects to prevent further requests coming in for those objects.
 

RETURNS

Success: S_OK.
Failure: HRESULT code.
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API