使用soui开发的mbc,只支持windows版本
w1146869587
2022-01-24 0408576e9da10015ffa9da0079b8c985113ce4b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#pragma once
#include "stdafx.h"
 
/************************************************************************/
/*  Îļþ´íÎóÐÅÏ¢                                                        */
/************************************************************************/
class AFX_EXT_CLASS CMBErrFileInfo:public CMBBaseObj,
    public TObjRefImpl<IObjRef>   // ÒýÓüÆÊý,ʹ¶ÔÏóÔÚ¶àÏß³ÌÖа²È«ÊÍ·Å 
{
    DECLARE_DYNAMIC(CMBErrFileInfo)
public:
    CMBErrFileInfo(void);
    ~CMBErrFileInfo(void); 
public:
    CString m_strID;           // id
    CString m_strLocalPath;    // µ±Ç°Â·¾¶ 
    __int64 m_nFileSize;       // Îļþ´óС 
    int     m_nIsDir;          // 1ÊÇĿ¼£¬0 ²»ÊÇ 
    CString m_strFileSvr;      // Îļþ·þÎñÆ÷±êʶ 
    CString m_strFileID;       // Îļþid  
    CString m_strTAddTime;     // ¿ªÊ¼Ê±¼ä    
    CString m_strTErrTime;     // ´íÎóʱ¼ä    
    int     m_nStatus;         // ×´Ì¬
    int     m_nType;           // ÀàÐÍ 1 ÉÏ´«; 0 ÏÂÔØ
    CString m_strErr;          // ´íÎóÐÅÏ¢   
public:
    CString GetFileType();     // µÃµ½ÎļþÀàÐÍ
    CString GetFileName();     // µÃµ½ÎļþÃû³Æ
};
 
// m_strID
typedef vector<CAutoRefPtr<CMBErrFileInfo>>                    CMBErrFileAutoPtrVector;  // ÖÇÄÜÖ¸Õ룬ÒýÓüÆÊý²»ÓÃ×Ô¼ºÎ¬»¤