Scroll to navigation

CoReleaseServerProcess(3w) Wine API CoReleaseServerProcess(3w)

NAME

CoReleaseServerProcess (OLE32.@)

SYNOPSIS

ULONG CoReleaseServerProcess
(
)
 

DESCRIPTION

Helper function for decrementing the reference count of a local-server process.
 

RETURNS

New reference count.
 

NOTES

When reference count reaches 0, this function suspends all registered classes so no new connections are accepted.
 

SEE ALSO

CoAddRefServerProcess(), CoSuspendClassObjects(3w).
 

IMPLEMENTATION

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