root/Retrieve.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. 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_)

/* [<][>][^][v][top][bottom][index][help] */