Merge pull request #2217 from ctapmex/colorer-schemes
[far2l.git] / autowrap / src / AutoWrap.hpp
blob01f0a82037004b8b8cf3a4fece927348b8faae3e
1 struct Options
3 TCHAR FileMasks[512];
4 TCHAR ExcludeFileMasks[512];
5 int RightMargin;
6 int Wrap;
7 } Opt;
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,
14 DWORD DataSize);
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];