root/Retrieve.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- CRetrieve
// Retrieve.h: CRetrieve クラスのインターフェイス
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MOORETRIEVE_H__43CA7610_134C_4ABD_AEB5_7AD8ECF6DFA2__INCLUDED_)
#define AFX_MOORETRIEVE_H__43CA7610_134C_4ABD_AEB5_7AD8ECF6DFA2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRetrieve
{
public:
void GoRetrieve(CString path, int Flag);
CRetrieve();
virtual ~CRetrieve();
};
#define FIRST 0
#define CONTINUE 1
#endif // !defined(AFX_MOORETRIEVE_H__43CA7610_134C_4ABD_AEB5_7AD8ECF6DFA2__INCLUDED_)