JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
MFCio.h
Go to the documentation of this file.
1#pragma once
2
8#include "MFCBase.h"
9#include "Gio.h"
10#include "ProgressBarDLG.h"
11
12
13//
14namespace jbxwl {
15
16using namespace jbxl;
17
18
19int copyFileWithCounter(LPCTSTR src, LPCTSTR dst);
20int copyFPWithCounter (FILE* src, FILE* dst, unsigned long int sz);
21
22int writeGraphicFileWithCounter(LPCTSTR fname, MSGraph<sWord> vp, int kind, BOOL mlt=FALSE, int fn=0, int tn=0);
23
24
25
26} // namespace
27
再帰定義可能なプログレスバーカウンタ
int copyFPWithCounter(FILE *src, FILE *dst, unsigned long int sz)
Definition MFCio.cpp:58
int copyFileWithCounter(LPCTSTR src, LPCTSTR dst)
Definition MFCio.cpp:24
int writeGraphicFileWithCounter(LPCTSTR fname, MSGraph< sWord > vp, int kind, BOOL mlt=FALSE, int fn=0, int tn=0)
Definition MFCio.cpp:131