UiPlayDel.h
资源名称:SDK_M5661.rar [点击查看]
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:1k
源码类别:
压缩解压
开发平台:
C++ Builder
- /*==========================================================================
- Copyright (c) 2004 ALi Corporation. All Rights Reserved
- File: UiFileList.c
- content: user interface for play module
- History: Created by TNE 2005/6/1
- ==========================================================================*/
- #ifdef _UI_PDEL_H_
- #define EXTERN
- #define _AT_(addr) _at_ addr
- #else
- #define EXTERN extern
- #define _AT_(addr)
- #endif
- //========== Keep varaible when del file ==========
- //Use gxbFontData for temp buffer
- #define gxwOldDelCurtFileInClass (*(WORD *)(gxbFontData+0)) //0x00-0x01
- #define gxwOldDelTotalFileInClass (*(WORD *)(gxbFontData+2)) //0x02-0x03
- #define gxwOldDelTotalFileInSelClass (*(WORD *)(gxbFontData+4)) //0x04-0x05
- #define gdwOldDelCdbAddPoint (*(DWORD *)(gxbFontData+6)) //0x06-0x09
- //for keep gxwOldTotalFileInDir and gxwOldTotalDirInDir, the define address should be the same
- #if(_PM_FLIST_)
- #define GXW_OLD_TOTAL_FILE_IN_DIR (*(WORD *)(gxbFontData+0x0A)) //0x0A-0x0B
- #define GXW_OLD_TOTAL_DIR_IN_DIR (*(WORD *)(gxbFontData+0x0C)) //0x0C-0x0D
- #else
- #define gxwOldTotalFileInDir (*(WORD *)(gxbFontData+0x0A)) //0x0A-0x0B
- #define gxwOldTotalDirInDir (*(WORD *)(gxbFontData+0x0C)) //0x0C-0x0D
- #endif
- //tne 2006/01/10
- #define UI_DEL_RE_COUNT_SEL_CLASS TRUE
- #define UI_DEL_NO_COUNT_SEL_CLASS FALSE
- #undef EXTERN
- #undef _AT_
English
