Ignore:
Timestamp:
Jan 3, 2009, 11:24:37 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

mlang.abの完成。objidl.sbp、oleidl.abの追加。
(#227)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/oleidl.ab

    r478 r670  
    2020End Interface
    2121
    22 'IOleCache
     22/* interface IOleCache */
     23/* [unique][uuid][object] */
     24
     25Dim IID_IOleCache = [&h0000011e, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     26
     27Interface IOleCache
     28    Inherits IUnknown
     29
     30    Function Cache(
     31        /* [unique][in] */ pformatetc As *FORMATETC,
     32        /* [in] */ advf As DWord,
     33        /* [out] */ ByRef dwConnection As DWord) As HRESULT
     34    Function Uncache(
     35        /* [in] */ dwConnection As DWord) As HRESULT
     36    Function EnumCache(
     37        /* [out] */ ByRef enumSTATDATA As IEnumSTATDATA) As HRESULT
     38    Function InitCache(
     39        /* [unique][in] */ DataObject As IDataObject) As HRESULT
     40    Function SetData(
     41        /* [unique][in] */ pformatetc As *FORMATETC,
     42        /* [unique][in] */ pmedium As *STGMEDIUM,
     43        /* [in] */ fRelease As BOOL) As HRESULT
     44End Interface
     45
    2346'IOleCache2
    2447'IOleCacheControl
     
    6083End Enum
    6184
    62 Dim IID_IOleClientSite = [&h00000118, &h0000, &h0000, [&hC0, &h00, &h00, &h00, &h00, &h00, &h00, &h46]] As IID
     85Dim IID_IOleClientSite = [&h00000118, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    6386Interface IOleClientSite
    6487    Inherits IUnknown
Note: See TracChangeset for help on using the changeset viewer.