Changeset 478 for trunk/Include/objidl.sbp
- Timestamp:
- Mar 13, 2008, 9:06:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/objidl.sbp
r411 r478 160 160 End Type 161 161 162 Dim IID_IMultiQI = [&h00000020, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID162 Dim IID_IMultiQI = [&h00000020, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 163 163 Interface IMultiQI 164 164 Inherits IUnknown … … 169 169 End Interface 170 170 171 ' AsyncIMultiQI 172 173 ' IInternalUnknown 171 /* interface AsyncIMultiQI */ 172 /* [uuid][local][object] */ 173 174 175 Dim IID_AsyncIMultiQI = [&h000e0020, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 176 Interface AsyncIMultiQI 177 Inherits IUnknown 178 179 Function Begin_QueryMultipleInterfaces( 180 /* [in] */ cMQIs As DWord, 181 /* [out][in] */ pMQIs As *MULTI_QI) As HRESULT 182 Function Finish_QueryMultipleInterfaces( 183 /* [out][in] */ pMQIs As *MULTI_QI) As HRESULT 184 End Interface 185 186 /* interface IInternalUnknown */ 187 /* [uuid][local][object] */ 188 Dim IID_IInternalUnknown = [&h00000021, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 189 Interface IInternalUnknown 190 Inherits IUnknown 191 192 Function QueryInternalInterface( 193 /* [in] */ ByRef riid As IID, 194 /* [out] */ ByRef ppv As Any) As HRESULT 195 End Interface 174 196 175 197 /* interface IEnumUnknown */ … … 180 202 Inherits IUnknown 181 203 182 /* [local] */ Function Next _(204 /* [local] */ Function Next( 183 205 /* [in] */ celt As DWord, 184 206 /* [out] */ rgelt As *IUnknown, … … 307 329 End Interface 308 330 309 Dim IID_IPersist = [&h0000010c, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID331 Dim IID_IPersist = [&h0000010c, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 310 332 Interface IPersist 311 333 Inherits IUnknown … … 315 337 End Interface 316 338 317 Dim IID_IPersistStream = [&h00000109, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID339 Dim IID_IPersistStream = [&h00000109, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 318 340 Interface IPersistStream 319 341 Inherits IPersist … … 484 506 End Enum 485 507 486 Dim IID_IStream = [&h0000000c, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID508 Dim IID_IStream = [&h0000000c, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 487 509 Interface IStream 488 510 Inherits ISequentialStream … … 552 574 TypeDef SNB = /* [wire_marshal] */ **OLECHAR 553 575 554 Dim IID_IStorage = [&h0000000b, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID576 Dim IID_IStorage = [&h0000000b, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 555 577 Interface IStorage 556 578 Inherits IUnknown … … 905 927 TypeDef LPINTERFACEINFO = *INTERFACEINFO 906 928 907 Dim IID_IMessageFilter = [&h00000016, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID929 Dim IID_IMessageFilter = [&h00000016, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 908 930 Interface IMessageFilter 909 931 Inherits IUnknown … … 966 988 ' ISurrogate 967 989 968 ' IGlobalInterfaceTable 990 Dim IID_IGlobalInterfaceTable = [&h00000146, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 991 Interface IGlobalInterfaceTable 992 Inherits IUnknown 993 994 Function RegisterInterfaceInGlobal( 995 /* [in] */ unk As IUnknown, 996 /* [in] */ ByRef riid As IID, 997 /* [out] */ ByRef dwCookie As DWord) As HRESULT 998 Function RevokeInterfaceFromGlobal( 999 /* [in] */ dwCookie As DWord) As HRESULT 1000 Function GetInterfaceFromGlobal( 1001 /* [in] */ dwCookie As DWord, 1002 /* [in] */ ByRef riid As IID, 1003 /* [iid_is][out] */ ByRef ppv As Any) As HRESULT 1004 End Interface 969 1005 970 1006 ' IDirectWriterLock
Note:
See TracChangeset
for help on using the changeset viewer.