|
ReactOS 0.4.16-dev-1946-g52006dd
|


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 145 of file objidlbase.idl.
Definition at line 147 of file objidlbase.idl.
| Enumerator | |
|---|---|
| EXTCONN_STRONG | |
| EXTCONN_WEAK | |
| EXTCONN_CALLABLE | |
Definition at line 149 of file objidlbase.idl.
| DWORD IExternalConnection::ReleaseConnection | ( | [in] DWORD | extconn, |
| [in] DWORD | reserved, | ||
| [in] BOOL | fLastReleaseCloses | ||
| ) |