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
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".