AyaNova CE Archive added as recovered from storage during attempt to upgrade a customer from v1.7 to v8!
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
// AyaSysInfo.h: interface for the CAyaSysInfo class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#if !defined(AFX_AYASYSINFO_H__E479F057_0490_40CF_B505_663BE21084D4__INCLUDED_)
|
||||
#define AFX_AYASYSINFO_H__E479F057_0490_40CF_B505_663BE21084D4__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
class CAyaSysInfo
|
||||
{
|
||||
public:
|
||||
CString GetFilesInfo(CString strStartPath);
|
||||
long m_lLoop;
|
||||
long m_lDepth;
|
||||
|
||||
//CString GetNetworkResources(LPNETRESOURCE lpnr);
|
||||
CString GetAllInfo();
|
||||
CString GetLocalInfo();
|
||||
CString GetSysInfo();
|
||||
CString GetOpSysVersion();
|
||||
CAyaSysInfo();
|
||||
virtual ~CAyaSysInfo();
|
||||
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_AYASYSINFO_H__E479F057_0490_40CF_B505_663BE21084D4__INCLUDED_)
|
||||
Reference in New Issue
Block a user