DHTMLGrades.idl
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
- // DHTMLGrades.idl : IDL source for DHTMLGrades.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (DHTMLGrades.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- #include "olectl.h"
-
- [
- object,
- uuid(4BA7268D-AB73-11D2-9949-C45224D15E47),
- dual,
- helpstring("IDHTMLControl Interface"),
- pointer_default(unique)
- ]
- interface IDHTMLControl : IDispatch
- {
- };
-
-
- [
- object, dual,
- uuid(4BA7268E-AB73-11D2-9949-C45224D15E47),
- helpstring("IDHTMLControlUI Interface"),
- pointer_default(unique)
- ]
- interface IDHTMLControlUI : IDispatch
- {
- //Added by Chuck Wood
- HRESULT Lookup([in]IDispatch* pdispForm,
- [in]IDispatch* pdispTable);
- };
- [
- uuid(4BA72681-AB73-11D2-9949-C45224D15E47),
- version(1.0),
- helpstring("DHTMLGrades 1.0 Type Library")
- ]
- library DHTMLGRADESLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(E40A11EE-AA4B-11D2-9949-C4CF5F772B46),
- helpstring("DHTMLControl Class")
- ]
- coclass DHTMLControl
- {
- [default] interface IDHTMLControl;
- interface IDHTMLControlUI;
- };
- };