listview.h
来自「smartphone2003 上用evc编译的按键测试程序, api编写的」· C头文件 代码 · 共 25 行
H
25 行
/*****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?