JZsdk_WidgetIndex.h
939 字节
/**
********************************************************************
* @file JZsdk_WidgetIndex.h
* JZsdk_WidgetIndex的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef JZSDK_WIDGET_INDEX_H
#define JZSDK_WIDGET_INDEX_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode JZSDK_WidgetMgMT_GetWidgetIndex(int tpye, int *index1, int *index2);
#ifdef __cplusplus
}
#endif
#endif