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 "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.