table of contents
other versions
- wheezy 1.4.1-4
CoIsHandlerConnected(3w) | Wine API | 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¶
Declared in "objbase.h". Implemented in "dlls/ole32/compobj.c". Debug channel "ole".Oct 2012 | Wine API |