vbAccelerator - Contents of code file: Source_TypeLib_OLETypes.odl////////////////////////////////////////////////////////////
// Name : OLETypes.odl
// Author : Paul R. Wilde
// Created : 17th November 1998
/////////////////////////////////////////////////////////////
// Copyright Paul R. Wilde 1998. All Rights Reserved.
/////////////////////////////////////////////////////////////
// Bug reports, suggestions & comments should be emailed to :
// prw.exponential@dial.pipex.com
/////////////////////////////////////////////////////////////
[
uuid(9D2E0CA0-7E2B-11d2-8F5B-0040950164BE),
helpstring("OLE Support Type Library v1.0"),
lcid(0x0),
version(1.0)
]
library EXOLETypes
{
importlib("STDOLE32.TLB");
#include "Wintypes.odl"
#include "IExDispatch.odl"
#include "IExPerPropertyBrowsing.odl"
}
|
|