Develop and Download Open Source Software

Browse Subversion Repository

Contents of /old/initial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (show annotations) (download)
Sat Apr 26 02:58:09 2008 UTC (15 years, 11 months ago) by tabasa
File MIME type: text/plain
File size: 2429 byte(s)
dir suggest test when dir doesnt exist
1 #include <fstream.h>
2 _extern BOOL dontoverwrite;//download ă‘‚Ť
3 _extern char editor[MAX_PATH];
4 _extern char *memofile;
5 _extern char *memopath;
6 _extern UINT topmask;
7
8
9 char buffer[];
10 char buffer2[];
11 #define BUFFER_LEN 2000
12
13
14 typedef struct _tagWINPOS
15 {
16 LONG x;
17 LONG y;
18 LONG wx;
19 LONG wy;
20 } WINPOS;
21
22 #define smallW 10
23 #define smallH 10
24
25 void GetVol(int ,char *);
26 void savelastdir(int tab, char *dir);
27 char *loadlastdir(int tab);
28 void savedirlocal(char *dir);
29 void loaddirlocal(char *dir);
30 void saveMemoName();
31 void initsessionnum();
32 void openinit();
33 void openkeyfile();
34 void initlog(ofstream &);
35 void openinitdir();
36 int getsessionNum();
37 void setlistbox(HWND &,UINT);
38 //void setLogonSession(FTPADDRESS *);
39 void MyGetInitialData( WINPOS *);
40 void getini_cu();
41 void MySaveInitialData( WINPOS *);
42 BOOL ishost(char *host);
43 void savelocaldir(int tab, char *dir);
44 void saveremotedir(char *dir);
45 void savefilter(char *);
46 char *getCdir();
47 char *getSpiDir();
48 char *getbufferfile();
49 char *getbufferfiletxt();
50 void setSpiPath(char*);
51
52 void savehomebothdir(char *ldir, char *rdir);
53 void loadhomebothdir(char *ldir, char *rdir);
54
55 int gethismax(int tab);
56 void savebothdir(char *name, char *ldir, char *rdir);
57 void savelastTabs();
58 void loadbothdir(int num, char *ldir, char *rdir);
59 void AddAutofile(char *file);
60 void GetAutoFile(int num, char *file);
61 void savehisdir(int tab, char *dir);
62 char *loadhisdir(int tab, char *dir, int pos);
63 void hisInit();
64 WORD transkey(WORD key);
65 char * cmd(char *,char *,int);
66 char * cmdDirect(char *,char *,char *command);
67 char * cmdByNum(char *,char *,char *numstr);
68 char *TransEnv(char *src, char *dest);
69 void myexec( char *cmd);
70 int getnextpath(int id, char *, char *, int mode=0);
71 char *getPicExts();
72 void vEnd();
73
74 #define isMp3(m) checkExt(m, "mp3")
75 #define isWav(m) checkExt(m, "wav")
76 #define isVideo(m) (checkExt(m, "mpeg")||checkExt(m, "mpg")||checkExt(m, "wmv"))
77 BOOL loadvbmp3();
78 BOOL playMp3(char*);
79 void stopMp3();
80 void freeMp3();
81 void checkFncState();
82 void mp3stopMain();
83 int mp3playMain(char *file, char *path);
84 WORD mgTrans(char *key);
85 char * mgTransRev(char *key);
86 int PrMenuList(HMENU hMenu, int);
87 BOOL setMouseGesture(char *id, char *str);
88 char *gettimestr();
89 void GetCommandlist(char *str);
90 bool setenv(char*str);
91
92
93 #define ExtsLen 200
94 #define CommandLen 1000
95
96
97 #define sendtoPath_0 "c:\\windows\\SendTo\\"
98 #define fileMVhome "http://d.hatena.ne.jp/hatecha/20070508"
99 _extern char sendtoPath[];

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision
svn:mime-type text/plain

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26