?? mimecontentagent.h
字號:
// MIMEContentAgent.h: interface for the CMIMEContentAgent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MIMECONTENTAGENT_H__74AE0FE2_F4D9_11D1_870E_444553540001__INCLUDED_)
#define AFX_MIMECONTENTAGENT_H__74AE0FE2_F4D9_11D1_870E_444553540001__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CMIMEContentAgent
{
public:
CMIMEContentAgent( int nMIMEType );
virtual ~CMIMEContentAgent();
BOOL QueryType( int nContentType );
virtual BOOL AppendPart( LPCTSTR szContent,
LPCTSTR szParameters,
int nEncoding,
BOOL bPath,
CString& sDestination ) = 0;
virtual CString GetContentTypeString() = 0;
protected:
virtual CString build_sub_header( LPCTSTR szContent,
LPCTSTR szParameters,
int nEncoding,
BOOL bPath ) = 0;
private:
int m_nMIMETypeIHandle;
};
#endif // !defined(AFX_MIMECONTENTAGENT_H__74AE0FE2_F4D9_11D1_870E_444553540001__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -