# hiappevent_cfg.h ## 概述 定义事件打点配置函数的所有配置项名称。 如果您想要对应用事件打点功能进行配置,您可以直接使用配置项常量。 示例代码: ``` bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M"); ``` **起始版本:** 8 **相关模块:**[HiAppEvent](_hi_app_event.md) ## 汇总 ### 宏定义 | 名称 | 描述 | | -------- | -------- | | [DISABLE](_hi_app_event.md#disable) "disable" | 事件打点开关。 | | [MAX_STORAGE](_hi_app_event.md#max_storage) "max_storage" | 事件文件目录存储配额大小。 |