Develop and Download Open Source Software

Browse Subversion Repository

Contents of /filemv/initial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Wed Jan 2 22:06:47 2008 UTC (16 years, 3 months ago) by tabasa
File MIME type: text/plain
File size: 2326 byte(s)


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 void setSpiPath(char*);
49
50 void savehomebothdir(char *ldir, char *rdir);
51 void loadhomebothdir(char *ldir, char *rdir);
52
53 int gethismax(int tab);
54 void savebothdir(char *name, char *ldir, char *rdir);
55 void savelastTabs();
56 void loadbothdir(int num, char *ldir, char *rdir);
57 void AddAutofile(char *file);
58 void GetAutoFile(int num, char *file);
59 void savehisdir(int tab, char *dir);
60 char *loadhisdir(int tab, char *dir, int pos);
61 void hisInit();
62 WORD transkey(WORD key);
63 char * cmd(char *,char *,int);
64 char * cmdDirect(char *,char *,char *command);
65 char * cmdByNum(char *,char *,char *numstr);
66 char *TransEnv(char *src, char *dest);
67 void myexec( char *cmd);
68 int getnextpath(int id, char *, char *, int mode=0);
69 char *getPicExts();
70 void vEnd();
71
72 #define isMp3(m) checkExt(m, "mp3")
73 #define isWav(m) checkExt(m, "wav")
74 #define isVideo(m) (checkExt(m, "mpeg")||checkExt(m, "mpg")||checkExt(m, "wmv"))
75 BOOL loadvbmp3();
76 BOOL playMp3(char*);
77 void stopMp3();
78 void freeMp3();
79 void checkFncState();
80 void mp3stopMain();
81 int mp3playMain(char *file, char *path);
82 WORD mgTrans(char *key);
83 char * mgTransRev(char *key);
84 int PrMenuList(HMENU hMenu, int);
85 BOOL setMouseGesture(char *id, char *str);
86 char *gettimestr();
87
88
89
90 #define ExtsLen 200
91 #define CommandLen 1000
92
93
94 #define sendtoPath_0 "c:\\windows\\SendTo\\"
95 #define fileMVhome "http://d.hatena.ne.jp/hatecha/20070508"
96 _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