VC常用数据类型和MFC类对应的头文件

VC常用数据类型和MFC类对应的头文件


   类型                                         定义  
  -------------------------------------------------------------  
  ATOM                                         原子(字符串在原子表中的参考值)

  BOOL                                         布尔型(逻辑型)变量(应为TRUE或FALSE)

  BOOLEAN                                  布尔型(逻辑型)变量(应为TRUE或FALSE)
  BYTE                                         字节(8位)  
  CCHAR                                       Windows字符  
  CHAR                                         Windows字符  
  COLORREF                                 RGB(红绿蓝)颜色值(32位)  
  CONST                                       在执行时其值保持不变的变量  
  DLGPROC                                   指向应用程序定义的对话框过程回调过程的指针  
  DWORD                                       双字(32位)  
  DWORDLONG                               双双字(64位)  
  FARPROC                                   指向应用程序定义的指针  
  FLOAT                                       浮点型变量  
  GLOBALHANDLE                         全局内存块句柄  
  HACCEL                                     加速键表句柄  
  HANDLE                                     对象句柄  
  HBITMAP                                   位图句柄  
  HBRUSH                                     画刷句柄  
  HDC                                           设备描述表句柄  
  HFILE                                       文件句柄  
  HFONT                                       字体句柄  
  HGDIOBJ                                   GDI(图形设备接口)对象句柄  
  HGLOBAL                                   全局内存块句柄  
  HHOOK                                       钩子句柄  
  HICON                                       图标句柄  
  HINSTANCE                               实例句柄  
  HLOCAL                                     本地内存句柄  
  HMENU                                       菜单句柄  
  HOOKPROC                                 指向应用程序定义的钩子的指针  
  HPALETTE                                 调色板句柄  
  HPEN                                         画笔句柄  
  HWND                                         窗口句柄  
  LOCALHAND                               本地内存句柄  
  LONG                                         32位无符号值  
  LONGLONG                                 64位无符号值  
  LPARAM                                     32位消息参数  
  LPCSTR                                     指向Windows常字符串(以空字符结束)的指针  
  LPSTR                                       指向Windows字符串(以空字符结束)的指针  
  LPVOID                                     指向任意类型的指针  
  PROC                                         指向回调函数的指针  
  SHORT                                       短整型数  
  UCHAR                                       无符号Windows字符  
  UINT                                         无符号整数  
  ULONG                                       无符号长整型数(32位)  
  USHORT                                     无符号知整型数(16位)  
  VOID                                         任意类型  
  WNDPROC                                   指向在应用程序中定义的窗口过程的指针  
  WORD                                         无符号字(16位)  
  WPARAM                                     32位消息参数

 

MFC类对应的头文件

引用地址:http://blog.163.com/zhangsumei0712@126/blog/static/10437783220081122102442635/

 

 CAnimateCtrl    afxcmn.h

CArchive    afx.h   

CArchiveException    afx.h   

CArray    afxtempl.h   

CAsyncMonikerFile    afxole.h   

CAsyncSocket    afxsock.h   

CBitmap    afxwin.h   

CBitmapButton    afxext.h   

CBrush    afxwin.h   

CButton    afxwin.h   

CByteArray    afxcoll.h   

CCachedDataPathProperty    afxctl.h   

CCheckListBox    afxwin.h   

CClientDC    afxwin.h   

CCmdTarget    afxwin.h   

CCmdUI    afxwin.h   

CColorDialog    afxdlgs.h   

CComboBox    afxwin.h   

CComboBoxEx    afxcmn.h   

CCommandLineInfo    afxwin.h   

CCommonDialog    afxdlgs.h   

CConnectionPoint    afxdisp.h   

CControlBar    afxext.h   

CCriticalSection    afxmt.h   

CCtrlView    afxwin.h   

CDaoDatabase    afxdao.h   

CDaoException    afxdao.h   

CDaoFieldExchange    afxdao.h   

CDaoQueryDef    afxdao.h   

CDaoRecordset    afxdao.h   

CDaoRecordView    afxdao.h   

CDaoTableDef    afxdao.h   

CDaoWorkspace    afxdao.h   

CDatabase    afxdb.h   

CDataExchange    afxwin.h   

CDataPathProperty    afxctl.h   

CDateTimeCtrl    afxdtctl.h   

CDBException    afxdb.h   

CDBVariant    afxdb.h   

CDC    afxwin.h   

CDHtmlDialog    afxdhtml.h   

CDialog    afxwin.h   

CDialogBar    afxext.h   

CDocItem    afxole.h    

CDockState    afxadv.h   

CDocObjectServer    afxdocob.h   

CDocObjectServerItem    afxdocob.h   

CDocTemplate    afxwin.h   

CDocument    afxwin.h   

CDragListBox    afxcmn.h   

CDumpContext    afx.h   

CDWordArray    afxcoll.h   

CEdit    afxwin.h   

CEditView    afxext.h   

CEvent    afxmt.h   

CException    afx.h   

CFieldExchange    afxdb.h   

CFile    afx.h   

CFileDialog    afxdlgs.h   

CFileException    afx.h   

CFileFind    afx.h   

CFindReplaceDialog    afxdlgs.h   

CFont    afxwin.h   

CFontDialog    afxdlgs.h   

CFontHolder    afxctl.h   

CFormView    afxext.h   

CFrameWnd    afxwin.h   

CFtpConnection    afxinet.h   

CFtpFileFind    afxinet.h   

CGdiObject    afxwin.h   

CGopherConnection    afxinet.h   

CGopherFile    afxinet.h   

CGopherFileFind    afxinet.h   

CGopherLocator    afxinet.h   

CHeaderCtrl    afxcmn.h   

CHotKeyCtrl    afxcmn.h   

CHtmlEditCtrl    afxhtml.h   

CHtmlEditCtrlBase    afxhtml.h   

CHtmlEditDoc    afxhtml.h   

CHtmlEditView    afxhtml.h   

CHtmlStream    afxisapi.h   

CHtmlView    afxhtml.h   

CHttpArgList    afxisapi.h   

CHttpConnection    afxinet.h   

CHttpFile    afxinet.h   

CHttpFilter    afxisapi.h   

CHttpFilterContext    afxisapi.h   

CHttpServer    afxisapi.h   

CHttpServerContext    afxisapi.h   

CImage     atlimage.h 

CImageList    afxcmn.h   

CInternetConnection    afxinet.h   

CInternetException    afxinet.h   

CInternetFile    afxinet.h   

CInternetSession    afxinet.h   

CIPAddressCtrl    afxcmn.h   

CLinkCtrl    afxcmn.h   

CList    afxtempl.h   

CListBox    afxwin.h   

CListCtrl    afxcmn.h   

CListView    afxcview.h   

CLongBinary    afxdb_.h   

CMap    afxtempl.h   

CMapPtrToPtr    afxcoll.h   

CMapPtrToWord    afxcoll.h   

CMapStringToOb    afxcoll.h   

CMapStringToPtr    afxcoll.h   

CMapStringToString    afxcoll.h   

CMapWordToOb    afxcoll.h   

CMapWordToPtr    afxcoll.h   

CMDIChildWnd    afxwin.h   

CMDIFrameWnd    afxwin.h   

CMemFile    afx.h   

CMemoryException    afx.h   

CMenu    afxwin.h   

CMetaFileDC    afxext.h   

CMiniFrameWnd    afxwin.h   

CMonikerFile    afxole.h   

CMonthCalCtrl    afxdtctl.h   

CMultiDocTemplate    afxwin.h   

CMultiLock    afxmt.h   

CMultiPageDHtmlDialog    afxdhtml.h   

CMutex    afxmt.h   

CNotSupportedException    afx.h   

CObArray    afxcoll.h   

CObject    afx.h   

CObList    afxcoll.h   

COccManager    afxocc.h   

COleBusyDialog    afxodlgs.h   

COleChangeIconDialog    afxodlgs.h   

COleChangeSourceDialog    afxodlgs.h   

COleClientItem    afxole.h   

COleCmdUI    afxdocob.h   

COleControl    afxctl.h   

COleControlContainer    afxocc.h   

COleControlModule    afxctl.h   

COleControlSite    afxocc.h   

COleConvertDialog    afxodlgs.h   

COleCurrency    afxdisp.h   

COleDataObject    afxole.h   

COleDataSource    afxole.h   

COleDBRecordView    afxoledb.h   

COleDialog    afxodlgs.h   

COleDispatchDriver    afxdisp.h   

COleDispatchException    afxdisp.h   

COleDocObjectItem    afxole.h   

COleDocument    afxole.h   

COleDropSource    afxole.h   

COleDropTarget    afxole.h   

COleException    afxdisp.h   

COleInsertDialog    afxodlgs.h   

COleIPFrameWnd    afxole.h   

COleLinkingDoc    afxole.h   

COleLinksDialog    afxodlgs.h   

COleMessageFilter    afxole.h   

COleObjectFactory    afxdisp.h   

COlePasteSpecialDialog    afxodlgs.h   

COlePropertiesDialog    afxodlgs.h   

COlePropertyPage    afxctl.h   

COleResizeBar    afxole.h   

COleSafeArray    afxdisp.h   

COleServerDoc    afxole.h   

COleServerItem    afxole.h   

COleStreamFile    afxole.h   

COleTemplateServer    afxdisp.h   

COleUpdateDialog    afxodlgs.h   

COleVariant    afxdisp.h   

CPageSetupDialog    afxdlgs.h   

CPaintDC    afxwin.h   

CPalette    afxwin.h   

CPen    afxwin.h   

CPictureHolder    afxctl.h   

CPoint    atltypes.h   

CPrintDialog    afxdlgs.h   

CPrintDialogEx    afxdlgs.h   

CProgressCtrl    afxcmn.h   

CPropertyPage    afxdlgs.h   

CPropertySheet    afxdlgs.h   

CPropExchange    afxctl.h   

CPtrArray    afxcoll.h   

CPtrList    afxcoll.h   

CReBar    afxext.h   

CReBarCtrl    afxcmn.h   

CRecentFileList    afxadv.h   

CRecordset    afxdb.h   

CRecordView    afxdb.h   

CRect    atltypes.h   

CRectTracker    afxext.h   

CResourceException    afxwin.h   

CRgn    afxwin.h   

CRichEditCntrItem    afxrich.h   

CRichEditCtrl    afxcmn.h   

CRichEditDoc    afxrich.h   

CRichEditView    afxrich.h   

CScrollBar    afxwin.h   

CScrollView    afxwin.h   

CSemaphore    afxmt.h   

CSharedFile    afxadv.h   

CSingleDocTemplate    afxwin.h   

CSingleLock    afxmt.h   

CSize    atltypes.h   

CSliderCtrl    afxcmn.h   

CSocket    afxsock.h   

CSocketFile    afxsock.h   

CSpinButtonCtrl    afxcmn.h   

CSplitterWnd    afxext.h   

CStatic    afxwin.h   

CStatusBar    afxext.h   

CStatusBarCtrl    afxcmn.h   

CStdioFile    afx.h   

CStringArray    afxcoll.h   

CStringList    afxcoll.h   

CSyncObject    afxmt.h   

CTabCtrl    afxcmn.h   

CToolBar    afxext.h   

CToolBarCtrl    afxcmn.h   

CToolTipCtrl    afxcmn.h    

CTreeCtrl    afxcmn.h   

CTreeView    afxcview.h   

CTypedPtrArray    afxtempl.h   

CTypedPtrList    afxtempl.h   

CTypedPtrMap    afxtempl.h   

CUIntArray    afxcoll.h   

CUserException    afxwin.h   

CView    afxwin.h   

CWaitCursor    afxwin.h   

CWinApp    afxwin.h   

CWindowDC    afxwin.h   

CWinThread    afxwin.h   

CWnd    afxwin.h   

CWordArray    afxcoll.h

 

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
MFC目录及头文件 描述 头文件 CAnimateCtrl 自动化通用控件 afxcmn.h CArchive afx.h CArchiveException afx.h CArray afxtempl.h CAsyncMonikerFile 在ActiveX控件中提供对异步标记的支持 afxole.h CAsyncScoket 封装Windows Sockets API,参看CSocket afxsock.h CBitmap afxwin.h CBitmapButton afxext.h CBrush afxwin.h CButton 按钮控件对象 afxwin.h CByteArray afxcoll.h CCachedDataPathProperty 允许一个ActiveX控件异步传输属性数据和缓冲内存中的数据,参考CDataPathProperty afxctl.h CCheckListBox afxwin.h CClientDC afxwin.h CCmdTarget 所有能够接收和响应消息的对象的基 afxwin.h CCmdUI afxwin.h CColorDialog 颜色选择的通用对话框,提供为显示系统定义的颜色列表 afxdlgs.h CComboBox 组合框对象 afxwin.h CComboBoxEx CComboBox的派生,用于支持在组合框控件中的图像列表 afxcmn.h CCommandLineInfo afxwin.h CCommonDialog afxdlgs.h CConnectionPoint afxdisp.h CControlBar afxext.h CCreateContext afxext.h CCriticalSection afxmt.h CCtrlView afxwin.h CDaoDatabase afxdao.h CDaoException afxdao.h CDaoFieldExchange afxdao.h CDaoQueryDef afxdao.h CDaoRecordset 代表选自数据源的记录集。CDaoRecordset对象可用于三种格式:表型记录集,动态集型记录集和快照型记录集 afxdao.h CDaoRecordView 提供表单视图,以在控件中显示数据库记录。表单视图是CDaoRecordset对象的一部分。参考CFormView和CRecordView afxdao.h CDaoTableDef afxdao.h CDaoWorkspace afxdao.h CDatabase afxdb.h CDataExchange afxwin.h CDataPathProperty 实现一个ActiveX控件属性,它能够异步加载其数据。这个允许ActiveX控件在后台下载属性数据时被激活 afxctl.h CDateTimeCtrl 封装新的日期/时间选取器控件 afxdtctl.h CDBException afxdb.h CDBVariant afxdb.h CDC afxwin.h CDialog 用于包含控件窗口的对话框对象 afxwin.h CDialogBar afxext.h CDocItem afxole.h CDockState afxadv.h CDocObjectServer afxdocob.h CDocObjectServerItem afxdocob.h CDocTemplate afxwin.h CDocument 用于管理程序的数据的 afxwin.h CDragListBox Windows列表框,允许用户把其中的项拖放到不同的位置 afxcmn.h CDumpContext afx.h CDWordArray afxcoll.h CEdit 用于文本输入的子窗口控件 afxwin.h CEditView 提供Windows编缉控件的功能。因为CEditView派生于Cedit,该对象可同文件和文件模板一同使用 afxext.h CEvent afxmt.h CException afx.h CFieldExchange afxdb.h CFile afx.h CFileDialog 通用文件对话框,提供Open和Save As对话框中的功能 afxdlgs.h CFileException afx.h CFileFind afx.h CFindReplaceDialog afxdlgs.h CFont afxwin.h CFontDialog 通用字体对话框,用于显示当前已装入系统的字体列表 afxdlgs.h CFontHolder afxctl.h CFormView 包含对话框控件的窗口 afxext.h CFrameWnd SDI(单窗口界面)框架窗口 afxwin.h CFtpConnection afxinet.h CFtpFileFind afxinet.h CGdiObject afxwin.h CGopherConnection afxinet.h CGopherFile afxinet.h CGopherFileFind afxinet.h CGopherLocator afxinet.h CHeaderCtrl 标题通用控件 afxcmn.h CHotKeyCtrl 热键通用控件 afxcmn.h CHtmlStream afxisapi.h CHtmlView 实现Web Browser控件的视图,能够访问当地或Web上的HTML文件。 afxhtml.h CHttpConnection afxinet.h CHttpFile afxinet.h CHttpFilter 创建并处理超文传输协议过滤器对象,该对象用于过滤用于HTTP请求的服务器通知 afxisapi.h CHttpFilterContext afxisapi.h CHttpServer Internet Server API(ISAPI)的包装 afxisapi.h CHttpServerContext afxisapi.h CImageList afxcmn.h CInternetConnection afxinet.h CInternetException afxinet.h CInternetFile afxinet.h CInternetSession afxinet.h CIPAddressCtrl IP地址控件。似于编缉框,该控件接收Internet 协议格式的地址 afxcmn.h CList afxtempl.h CListBox 列表框对象 afxwin.h CListCtrl 列表视通用控件 afxcmn.h ClistView 简化CListCtrl的使用,添加了对文件和视图的支持 afxcview.h CLongBinary afxdb_.h CMap afxtempl.h CMapPtrToPtr afxcoll.h CMapPtrToWord afxcoll.h CMapStringToOb afxcoll.h CMapStringToPtr afxcoll.h CMapStringToString afxcoll.h CMapWordToOb afxcoll.h CMapWordToPtr afxcoll.h CMDIChildWnd MDI(多文档界面)子框架窗口 afxwin.h CMDIFrameWnd afxwin.h CMemFile afx.h CMemoryException afx.h CMemoryState CMenu afxwin.h CMetaFileDC afxext.h CMiniFrameWnd 半高的框架窗口,主要用于浮动工具栏。一个小框架窗口没有最小化和最大化按钮,但其他都似于正常的框架窗口 afxwin.h CMonikerFile afxole.h CMonthCalCtrl 月历控件,用于显示一个用户可选择日期的日历 afxdtctl.h CMultiDocTemplate afxwin.h CMultiLock afxmt.h CMutex afxmt.h CNotSupportedException afx.h CObArray afxcoll.h CObject afx.h CObList afxcoll.h COleBusyDialog afxodlgs.h COleChangeIconDialog afxodlgs.h COleChangeSourceDialog afxodlgs.h COleClientItem afxole.h COleCmdUI afxdocob.h COleControl afxctl.h COleControlModule afxctl.h COleConvertDialog afxodlgs.h COleCurrency afxdisp.h COleDataObject afxole.h COleDataSource afxole.h COleDateTime afxdisp.h COleDateTimeSpan afxdisp.h COleDBRecordView afxoledb.h COleDialog afxodlgs.h COleDispatchDriver afxdisp.h COleDispatchException afxdisp.h COleDocObjectItem afxole.h COleDocument 把一个文件看作为CDocItem对象的一个集合。包容器和服务器都需要这个结构,因为它们的文件必须能够包含OLE项 afxole.h COleDropSource afxole.h COleDropTarget afxole.h COleException afxdisp.h COleInsertDialog afxodlgs.h COleIPFrameWnd afxole.h COleLinkingDoc OLE包容器文件的基,这些文件支持对它们所包含项的链接 afxole.h COleLinksDialog afxodlgs.h COleMessageFilter afxole.h COleObjectFactory afxdisp.h COlePasteSpecialDialog afxodlgs.h COlePropertiesDialog afxodlgs.h COlePropertyPage afxctl.h COleResizeBar afxole.h COleSafeArray afxdisp.h COleServerDoc OLE服务器文件的基 afxole.h COleServerItem 为OLE项提供一个服务器界面 afxole.h COleStreamFile afxole.h COleTemplateServer afxdisp.h COleUpdateDialog afxodlgs.h COleVariant afxdisp.h CPageSetupDialog afxdlgs.h CPaintDC afxwin.h CPalette afxwin.h CPen afxwin.h CPictureHolder afxctl.h CPoint atltypes.h CPrintDialog 通用打印对话框,提供Print和Print Setup对话框中的功能 afxdlgs.h CPrintInfo CProgressCtrl 通用进程指示器控件 afxcmn.h CPropertyPage 代表属性表单中的一页 afxdlgs.h CPropertyPageEx CPropertySheet 属性表,也叫做多选项卡对话框。一个属性表由一个CPropertySheet对象和几个CPropertyPage对象组成 afxdlgs.h CPropertySheetEx CPropExchange afxctl.h CPtrArray afxcoll.h CPtrList afxcoll.h CReBar afxext.h CReBarCtrl afxcmn.h CRecentFileList afxadv.h CRecordset 用于访问数据库表或查询的 afxdb.h CRecordView 包含对话框控件的窗口 afxdb.h CRect atltypes.h CRectTracker afxext.h CResourceException afxwin.h CRgn afxwin.h CRichEditCntrItem afxrich.h CRichEditCtrl 用户能够输入和编缉文本的窗口,提供字符和程序段格式,以及对嵌入OLE项的支持 afxcmn.h CRichEditDoc afxrich.h CRichEditView afxrich.h CRuntimeClass CScrollBar 滚动条对象 afxwin.h CScrollView 可滚动的窗口,派生于CView afxwin.h CSemaphore afxmt.h CSharedFile afxadv.h CSingleDocTemplate afxwin.h CSingleLock afxmt.h CSize atltypes.h CSliderCtrl 提供包含一个滑块和可选的刻度线的窗口 afxcmn.h CSocket Windows Socket API的包装 afxsock.h CSocketFile afxsock.h CSpinButtonCtrl 提供箭头按钮,用户可单击它,以增加或减少某个控件中的一个值 afxcmn.h CSplitterWnd afxext.h CStatic 用于标识另一个控件或给用户提供消息的简单文本框 afxwin.h CStatusBar afxext.h CStatusBarCtrl 提供一个层次窗口,通常放于父窗口的底部,用于显示关于应用程序的状态信息 afxcmn.h CStdioFile afx.h CString afx.h CStringArray afxcoll.h CStringList afxcoll.h CSyncObject afxmt.h CTabCtrl 允许应用程序在一个窗口或对话框的同一区域显示多个页面 afxcmn.h CTime afx.h CTimeSpan afx.h CToolBar afxext.h CToolBarCtrl 工具栏通用控件 afxcmn.h CToolTipCtrl 提供工具提示控件的功能,它以一个小弹出窗口的样子显示,包含描述某个工具用途的一行文本 afxcmn.h CTreeCtrl 显示项的分层结构列表 afxcmn.h CTreeView 简化CTreeCtrl的用法 afxcview.h CTypedPtrArray afxtempl.h CTypedPtrList afxtempl.h CTypedPtrMap afxtempl.h CUIntArray afxcoll.h CUserException afxwin.h CView 用于显示程序数据的 afxwin.h CWaitCursor afxwin.h CWinApp afxwin.h CWindowDC afxwin.h CWinThread 代表一个应用程序中的一个线程 afxwin.h CWnd afxwin.h CWordArray afxcoll.h ......
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值