www.pudn.com > wr.rar > wr.h
// wr.h : main header file for the WR application
//
#if !defined(AFX_WR_H__55A5558F_D998_44A9_A401_B1E7C10913C8__INCLUDED_)
#define AFX_WR_H__55A5558F_D998_44A9_A401_B1E7C10913C8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CWrApp:
// See wr.cpp for the implementation of this class
//
class CWrApp : public CWinApp
{
public:
CWrApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWrApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CWrApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WR_H__55A5558F_D998_44A9_A401_B1E7C10913C8__INCLUDED_)
DWORD WINAPI R1(LPVOID lpParameter);
DWORD WINAPI R2(LPVOID lpParameter);
DWORD WINAPI R3(LPVOID lpParameter);
DWORD WINAPI R4(LPVOID lpParameter);
DWORD WINAPI R5(LPVOID lpParameter);
DWORD WINAPI w1(LPVOID lpParameter);
DWORD WINAPI w2(LPVOID lpParameter);
DWORD WINAPI w3(LPVOID lpParameter);
DWORD WINAPI w4(LPVOID lpParameter);
DWORD WINAPI w5(LPVOID lpParameter);