shellapi.h

来自「一个类似windows」· C头文件 代码 · 共 19 行

H
19
字号
/* $Id: shellapi.h 12852 2005-01-06 13:58:04Z mf $
 *
 * Compatibility header
 *
 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
 * build system. It contains definitions commonly refered to as Wineisms
 * and definitions that are missing in w32api.
 */

#include_next <shellapi.h>

#ifndef _WINE_SHELLAPI_H
#define _WINE_SHELLAPI_H

#define SHGFI_UNKNOWN1          0x000000020
#define SHGFI_UNKNOWN2          0x000000040
#define SHGFI_UNKNOWN3          0x000000080
#endif

⌨️ 快捷键说明

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