资源简介
代码片段和文件信息
// ListViewCheckboxHeaderWTL.cpp : main source file for ListViewCheckboxHeaderWTL.exe
//
#include “stdafx.h“
#include ame.h>
#include
#include
#include “resource.h“
#include “MainDlg.h“
CAppModule _Module;
int WINAPI _tWinMain(HINSTANCE hInstance HINSTANCE /*hPrevInstance*/ LPTSTR /*lpstrCmdLine*/ int /*nCmdShow*/)
{
HRESULT hRes = ::CoInitialize(NULL);
// If you are running on NT 4.0 or higher you can use the following call instead to
// make the EXE free threaded. This means that calls come in on a random RPC thread.
// HRESULT hRes = ::CoInitializeEx(NULL COINIT_MULTITHREADED);
ATLASSERT(SUCCEEDED(hRes));
// this resolves ATL window thunking problem when Microsoft layer for Unicode (MSLU) is used
::DefWindowProc(NULL 0 0 0L);
AtlInitCo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-02-13 14:39 ListViewCheckboxHeaderWTL\
文件 1092 2011-02-13 11:32 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.cpp
文件 31 2011-02-13 11:32 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.h
文件 8154 2011-02-13 11:36 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.rc
文件 6464 2011-02-13 14:33 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj
文件 1627 2011-02-13 11:32 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj.filters
文件 143 2011-02-13 11:32 ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj.user
文件 5729 2011-02-13 15:55 ListViewCheckboxHeaderWTL\MainDlg.h
目录 0 2011-02-13 14:39 ListViewCheckboxHeaderWTL\res\
文件 650 2011-02-13 11:36 ListViewCheckboxHeaderWTL\resource.h
文件 1078 2008-01-09 14:11 ListViewCheckboxHeaderWTL\res\ListViewCheckboxHeaderWTL.ico
文件 293 2011-02-13 11:32 ListViewCheckboxHeaderWTL\stdafx.cpp
文件 1300 2011-02-13 12:16 ListViewCheckboxHeaderWTL\stdafx.h
- 上一篇:PMAC编程环境配置演示代码
- 下一篇:IEEE电脑鼠走迷宫(完整参赛代码)
评论
共有 条评论