CoIsHandlerConnected (OLE32.@)
BOOL CoIsHandlerConnected ( IUnknown* pUnk )
Determines whether a proxy is connected to a remote stub.
pUnk | [In] | Pointer to object that may or may not be connected. |
TRUE if pUnk is not a proxy or if pUnk is connected to a remote stub, or FALSE otherwise.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.