Changeset 497 for trunk/Include/objidl.sbp
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/objidl.sbp
r478 r497 1 #ifndef _INC_OBJIDL 2 #define _INC_OBJIDL 1 'Include/objidl.sbp 3 2 4 3 TypeDef SNB = **OLECHAR … … 132 131 133 132 /* interface IExternalConnection */ 134 /* [uuid][local][object] */ 133 /* [uuid][local][object] */ 135 134 136 135 Const Enum EXTCONN … … 144 143 Interface IExternalConnection 145 144 Inherits IUnknown 146 145 147 146 Function AddConnection( 148 147 /* [in] */ extconn As DWord, 149 148 /* [in] */ reserved As DWord) As DWord 150 Function ReleaseConnection( 149 Function ReleaseConnection( 151 150 /* [in] */ extconn As DWord, 152 151 /* [in] */ reserved As DWord, … … 170 169 171 170 /* interface AsyncIMultiQI */ 172 /* [uuid][local][object] */ 171 /* [uuid][local][object] */ 173 172 174 173 … … 185 184 186 185 /* interface IInternalUnknown */ 187 /* [uuid][local][object] */ 186 /* [uuid][local][object] */ 188 187 Dim IID_IInternalUnknown = [&h00000021, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 189 188 Interface IInternalUnknown … … 539 538 End Interface 540 539 541 TypeDef LPSTREAM = *IStream542 543 540 /* interface IEnumSTATSTG */ 544 541 /* [unique][uuid][object] */ … … 561 558 /* interface IStorage */ 562 559 /* [unique][uuid][object] */ 563 564 TypeDef LPSTORAGE = /* [unique] */ *IStorage565 560 566 561 Type RemSNB … … 989 984 990 985 Dim IID_IGlobalInterfaceTable = [&h00000146, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 991 Interface IGlobalInterfaceTable 986 Interface IGlobalInterfaceTable 992 987 Inherits IUnknown 993 988 … … 1067 1062 1068 1063 ' IInitializeSpy 1069 1070 #endif '_INC_OBJIDL
Note:
See TracChangeset
for help on using the changeset viewer.