CoIsHandlerConnected(3w)
NAME
CoIsHandlerConnected (OLE32.@)
SYNOPSIS
BOOL CoIsHandlerConnected
(
IUnknown* pUnk
)
DESCRIPTION
Determines whether a proxy is connected to a remote stub.
PARAMS
pUnk [In] Pointer to object that may or may not be connected.
RETURNS
TRUE if pUnk is not a proxy or if pUnk is connected to a remote stub,
or FALSE otherwise.
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".