gecko-dev/xpfe/AppCores/idl/AppCoresManager.idl

14 lines
276 B
Plaintext
Raw Normal View History

interface AppCoresManager
1999-02-02 18:37:20 +00:00
{
/* IID: { 0x18c2f981, 0xb09f, 0x11d2, \
{0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53}} */
void Startup();
void Shutdown();
void Add(in BaseAppCore appcore);
void Remove(in BaseAppCore appcore);
BaseAppCore Find(in wstring id);
};