Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mms_anim.h
Package: MMS.rar [view]
Upload User: tqh2500
Upload Date: 2014-05-09
Package Size: 163k
Code Size: 1k
Category:
MMS
Development Platform:
Visual C++
- /*****************************************************************************
- ** File Name: xxx_mmi_image.h *
- ** Author: *
- ** Date: 12/2003 *
- ** Copyright: 2003 Spreadtrum, Incoporated. All Rights Reserved. *
- ** Description: This file is used to describe call log *
- ******************************************************************************
- ** Important Edit History *
- ** --------------------------------------------------------------------------*
- ** Create by Spreadtrum Resource Editor tool *
- ******************************************************************************/
- #ifndef MMS_RES_MMI_ANIM_H_
- #define MMS_RES_MMI_ANIM_H_
- #include "sci_types.h"
- #include "mmi_module.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- ///////////////////////////////////////////////////////////////////////////////
- // 动画资源ID
- ///////////////////////////////////////////////////////////////////////////////
- typedef enum MMS_RES_MMI_ANIM_ID_E
- {
- MMS_RES_IMAGE_AMIN_NULL = MMI_MODULE_MMS<< 16,
- IMAGE_MMS_HAVEDV_ANIM,
- IMAGE_MMS_IMAGE_BIG_ANIM,
- MMS_RES_IMAGE_AMIN_MAX
- } MMS_RES_MMI_ANIM_ID_E;
- #ifdef __cplusplus
- }
- #endif
- #endif //MMS_RES_MMI_ANIM_H_