Changeset 223 for Include/OAIdl.ab


Ignore:
Timestamp:
Apr 30, 2007, 1:56:57 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Controlがコンパイルできるように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/OAIdl.ab

    r211 r223  
    11' OAIdl.sbp
    22' 本来はOAIdl.idlから生成するのが正当ですが、
    3 ' これは手動で必要最低限のもののみ移植したものです。
     3' これは手動で移植したものです。
    44
    55#ifndef _INC_OAIDL_AB
     
    939939    Function SetGuid(
    940940        /* [in] */ ByRef guid As GUID) As HRESULT
    941 
    942941    Function SetTypeFlags(
    943942        /* [in] */ uTypeFlags As DWord) As HRESULT
    944 
    945943    Function SetDocString(
    946944        /* [in] */ pStrDoc As LPOLESTR) As HRESULT
    947 
    948945    Function SetHelpContext(
    949946        /* [in] */ dwHelpContext As DWord) As HRESULT
    950 
    951947    Function SetVersion(
    952948        /* [in] */ wMajorVerNum As Word,
    953949        /* [in] */ wMinorVerNum As Word) As HRESULT
    954 
    955950    Function AddRefTypeInfo(
    956951        /* [in] */ pTInfo As VoidPtr /* *ITypeInfo */,
    957952        /* [in] */ByRef hRefType As HREFTYPE) As HRESULT
    958 
    959953    Function AddFuncDesc(
    960954        /* [in] */ index As DWord,
    961955        /* [in] */ ByRef FuncDesc As FUNCDESC) As HRESULT
    962 
    963956    Function AddImplType(
    964957        /* [in] */ index As DWord,
    965958        /* [in] */ hRefType As HREFTYPE) As HRESULT
    966 
    967959    Function SetImplTypeFlags(
    968960        /* [in] */ index As DWord,
    969961        /* [in] */ implTypeFlags As Long) As HRESULT
    970 
    971962    Function SetAlignment(
    972963        /* [in] */ cbAlignment As Long) As HRESULT
    973 
    974964    Function SetSchema(
    975965        /* [in] */ pStrSchema As LPOLESTR) As HRESULT
    976 
    977966    Function AddVarDesc(
    978967        /* [in] */ index As DWord,
    979968        /* [in] */ ByRef VarDesc As VARDESC) As HRESULT
    980 
    981969    Function SetFuncAndParamNames(
    982970        /* [in] */ index As DWord,
    983971        /* [in][size_is][in] */ rgszNames As *LPOLESTR,
    984972        /* [in] */ cNames As DWord) As HRESULT
    985 
    986973    Function SetVarName(
    987974        /* [in] */ index As DWord,
    988975        /* [in] */ szName As LPOLESTR) As HRESULT
    989 
    990976    Function SetTypeDescAlias(
    991977        /* [in] */ ByRef TDescAlias As TYPEDESC) As HRESULT
    992 
    993978    Function DefineFuncAsDllEntry(
    994979        /* [in] */ index As DWord,
    995980        /* [in] */ szDllName As LPOLESTR,
    996981        /* [in] */ zProcName As LPOLESTR) As HRESULT
    997 
    998982    Function SetFuncDocString(
    999983        /* [in] */ index As DWord,
    1000984        /* [in] */ szDocString As LPOLESTR) As HRESULT
    1001 
    1002985    Function SetVarDocString(
    1003986        /* [in] */ index As DWord,
    1004987        /* [in] */ szDocString As LPOLESTR) As HRESULT
    1005 
    1006988    Function SetFuncHelpContext(
    1007989        /* [in] */ index As DWord,
    1008990        /* [in] */ dwHelpContext As DWord) As HRESULT
    1009 
    1010991    Function SetVarHelpContext(
    1011992        /* [in] */ index As DWord,
    1012993        /* [in] */ dwHelpContext As DWord) As HRESULT
    1013 
    1014994    Function SetMops(
    1015995        /* [in] */ index As DWord,
    1016996        /* [in] */ bstrMops As BSTR) As HRESULT
    1017 
    1018997    Function SetTypeIdldesc(
    1019998        /* [in] */ ByRef IdlDesc As IDLDESC) As HRESULT
    1020 
    1021999    Function LayOut() As HRESULT
    10221000End Interface
Note: See TracChangeset for help on using the changeset viewer.