Changeset 497 for trunk/Include/OleAuto.ab
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/OleAuto.ab
r303 r497 1 1 ' OleAuto.ab 2 3 #ifndef _INC_OLEAUTO_AB4 #define _INC_OLEAUTO_AB5 2 6 3 ' EXTERN_C const IID IID_StdOle; … … 15 12 Const STDOLE2_LCID = &h0000 16 13 17 /*18 #ifndef _LCID_DEFINED19 TypeDef LCID = DWord20 #define _LCID_DEFINED21 #endif22 */23 24 14 #require <oaidl.ab> 25 'Dummy26 15 27 16 ' BSTR API … … 571 560 Declare Function VarTokenizeFormatString Lib "oleaut32" (pstrFormat As LPOLESTR, rgbTok As *Byte, cbTok As Long, iFirstDay As Long, iFirstWeek As Long, lcid As LCID, ByRef cbActual As Long) As HRESULT 572 561 573 ' ITypeLib574 TypeDef PTYPELIB = *ITypeLib575 576 562 ' ITypeInfo 577 563 TypeDef DISPID = Long … … 627 613 628 614 ' IDispatch implementation support 629 TypeDef LPDISPATCH = *IDispatch630 615 631 616 Type PARAMDATA … … 683 668 Declare Function OaBuildVersion Lib "oleaut32" () As DWord 684 669 Declare Sub ClearCustData Lib "oleaut32" (ByRef CustData As CUSTDATA) 685 686 #endif '_INC_OLEAUTO_AB
Note:
See TracChangeset
for help on using the changeset viewer.