⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listview.h

📁 smartphone2003 上用evc编译的按键测试程序, api编写的
💻 H
字号:
/*****************************************************************************

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

This is "Sample Code" and is distributable subject to the terms of the end user license agreement.

****************************************************************************/
//
// prototoypes defined in listview.cpp
//
BOOL 				AddMessageToLV(PTSTR szMsg, WPARAM wParam, LPARAM lParam, BOOL bCHAR);
LRESULT CALLBACK 	ListviewProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
HWND 				CreateListview(HWND hwndParent, BOOL bCreating);
BOOL				HandleInputMessages(UINT message, WPARAM wParam, LPARAM lParam);

//
// globals defined in listview.cpp
//
extern HWND				g_hwndLV;	// handle to the listview window


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -