CoIsHandlerConnected.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ole".