Ignore:
Timestamp:
Mar 13, 2008, 9:06:43 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

現在向けに修正(参照型のポインタの排除など)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/objidl.sbp

    r411 r478  
    160160End Type
    161161
    162 Dim IID_IMultiQI = [&h00000020, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     162Dim IID_IMultiQI = [&h00000020, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    163163Interface IMultiQI
    164164    Inherits IUnknown
     
    169169End Interface
    170170
    171 ' AsyncIMultiQI
    172 
    173 ' IInternalUnknown
     171/* interface AsyncIMultiQI */
     172/* [uuid][local][object] */
     173
     174
     175Dim IID_AsyncIMultiQI = [&h000e0020, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     176Interface 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
     184End Interface
     185
     186/* interface IInternalUnknown */
     187/* [uuid][local][object] */
     188Dim IID_IInternalUnknown = [&h00000021, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     189Interface IInternalUnknown
     190    Inherits IUnknown
     191
     192    Function QueryInternalInterface(
     193        /* [in] */ ByRef riid As IID,
     194        /* [out] */ ByRef ppv As Any) As HRESULT
     195End Interface
    174196
    175197/* interface IEnumUnknown */
     
    180202    Inherits IUnknown
    181203
    182     /* [local] */ Function Next_(
     204    /* [local] */ Function Next(
    183205        /* [in] */ celt As DWord,
    184206        /* [out] */ rgelt As *IUnknown,
     
    307329End Interface
    308330
    309 Dim IID_IPersist = [&h0000010c, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     331Dim IID_IPersist = [&h0000010c, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    310332Interface IPersist
    311333    Inherits IUnknown
     
    315337End Interface
    316338
    317 Dim IID_IPersistStream = [&h00000109, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     339Dim IID_IPersistStream = [&h00000109, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    318340Interface IPersistStream
    319341    Inherits IPersist
     
    484506End Enum
    485507
    486 Dim IID_IStream = [&h0000000c, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     508Dim IID_IStream = [&h0000000c, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    487509Interface IStream
    488510    Inherits ISequentialStream
     
    552574TypeDef SNB = /* [wire_marshal] */ **OLECHAR
    553575
    554 Dim IID_IStorage = [&h0000000b, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     576Dim IID_IStorage = [&h0000000b, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    555577Interface IStorage
    556578    Inherits IUnknown
     
    905927TypeDef LPINTERFACEINFO = *INTERFACEINFO
    906928
    907 Dim IID_IMessageFilter = [&h00000016, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     929Dim IID_IMessageFilter = [&h00000016, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    908930Interface IMessageFilter
    909931    Inherits IUnknown
     
    966988' ISurrogate
    967989
    968 ' IGlobalInterfaceTable
     990Dim IID_IGlobalInterfaceTable = [&h00000146, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     991Interface 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
     1004End Interface
    9691005
    9701006' IDirectWriterLock
Note: See TracChangeset for help on using the changeset viewer.