idl file for profile core services

This commit is contained in:
gayatrib%netscape.com 1999-05-19 05:03:11 +00:00
Родитель c3627a8126
Коммит bc50445397
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,12 @@
interface ProfileCore : BaseAppCore
{
/* IID: { 0x0573a2a3, 0xf838, 0x11d2, \
{0x90, 0x6d, 0x00, 0x80, 0x5f, 0x8a, 0x08, 0xdc}} */
void ProfileCore();
void CreateNewProfile(in wstring data);
void RenameProfile(in wstring oldName, in wstring newName);
void DeleteProfile(in wstring profileName);
wstring GetProfileList();
};