4 TCHAR ExcludeFileMasks
[512];
9 void SetRegKey(HKEY hRoot
, const TCHAR
*Key
, const TCHAR
*ValueName
, DWORD ValueData
);
10 void SetRegKey(HKEY hRoot
, const TCHAR
*Key
, const TCHAR
*ValueName
, TCHAR
*ValueData
);
11 int GetRegKey(HKEY hRoot
, const TCHAR
*Key
, const TCHAR
*ValueName
, int &ValueData
, DWORD Default
);
12 int GetRegKey(HKEY hRoot
, const TCHAR
*Key
, const TCHAR
*ValueName
, DWORD Default
);
13 int GetRegKey(HKEY hRoot
, const TCHAR
*Key
, const TCHAR
*ValueName
, TCHAR
*ValueData
, const TCHAR
*Default
,
15 const TCHAR
*GetMsg(int MsgId
);
16 TCHAR
*GetCommaWord(const TCHAR
*Src
, TCHAR
*Word
);
18 static struct PluginStartupInfo Info
;
19 static FARSTANDARDFUNCTIONS FSF
;
20 TCHAR PluginRootKey
[80];