ReactOS 0.4.16-dev-125-g798ea90
|
Public Types | |
enum | tagEXTCONN { EXTCONN_STRONG = 0x0001 , EXTCONN_WEAK = 0x0002 , EXTCONN_CALLABLE = 0x0004 } |
typedef IExternalConnection * | LPEXTERNALCONNECTION |
typedef enum IExternalConnection::tagEXTCONN | EXTCONN |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
DWORD | AddConnection ([in] DWORD extconn, [in] DWORD reserved) |
DWORD | ReleaseConnection ([in] DWORD extconn, [in] DWORD reserved, [in] BOOL fLastReleaseCloses) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 115 of file objidl.idl.
Definition at line 117 of file objidl.idl.
Enumerator | |
---|---|
EXTCONN_STRONG | |
EXTCONN_WEAK | |
EXTCONN_CALLABLE |
Definition at line 119 of file objidl.idl.
DWORD IExternalConnection::ReleaseConnection | ( | [in] DWORD | extconn, |
[in] DWORD | reserved, | ||
[in] BOOL | fLastReleaseCloses | ||
) |