📄 struct.h
字号:
//
// Struct.h -- structures and declarations for windows
// commander.
//
#ifndef __STRUCT_H__
#define __STRUCT_H__
typedef struct _ITEMINFO
{
int nIcon;
CString strFileType;
WIN32_FIND_DATA fdFile;
} ITEMINFO, *PITEMINFO;
struct LISTHEADER
{
char *Title;
int Width;
UINT Format;
};
#endif // __STRUCT_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -