2025-04-27 07:49:33 -04:00

42 lines
1014 B
Plaintext

// Browser.odl : type library source for Browser.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Browser.tlb).
[ uuid(044C8965-A987-11D1-8513-00C04FD7BB08), version(1.0) ]
library Browser
{
importlib("stdole32.tlb");
// Primary dispatch interface for CBrowserDoc
[ uuid(044C8966-A987-11D1-8513-00C04FD7BB08) ]
dispinterface IBrowser
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CBrowserDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CBrowserDoc)
//}}AFX_ODL_METHOD
};
// Class information for CBrowserDoc
[ uuid(044C8964-A987-11D1-8513-00C04FD7BB08) ]
coclass Document
{
[default] dispinterface IBrowser;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};