Changeset 411 for trunk/Include/objidl.sbp
- Timestamp:
- Feb 23, 2008, 5:37:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/objidl.sbp
r364 r411 131 131 End Interface 132 132 133 ' IExternalCennection 133 /* interface IExternalConnection */ 134 /* [uuid][local][object] */ 135 136 Const Enum EXTCONN 137 EXTCONN_STRONG = 1 138 EXTCONN_WEAK = 2 139 EXTCONN_CALLABLE = 4 140 End Enum 141 142 Dim IID_IExternalConnection = [&h00000019, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 143 144 Interface IExternalConnection 145 Inherits IUnknown 146 147 Function AddConnection( 148 /* [in] */ extconn As DWord, 149 /* [in] */ reserved As DWord) As DWord 150 Function ReleaseConnection( 151 /* [in] */ extconn As DWord, 152 /* [in] */ reserved As DWord, 153 /* [in] */ fLastReleaseCloses As BOOL) As DWord 154 End Interface 134 155 135 156 Type MULTI_QI
Note:
See TracChangeset
for help on using the changeset viewer.