td_dspr_prim_stat.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 43 行
H
43 行
#ifndef TD_DSPR_PRIM_STAT_INCLUDE#define TD_DSPR_PRIM_STAT_INCLUDE/*(c) Copyright Motorola 1990, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*/#ifdef __cplusplusextern "C" {#endif/*DESCRIPTION:Contains unique identifiers for posssible primitive status conditions. These conditions are returned by the handle primitive() member functions of theCXX_Event_Handlers, and are interpreted by the mmicm dispatcher.*//*******************************************************************************/typedef enum { PRIM_STAT_NO_DELETE, /* don't delete the primitive just processed */ PRIM_STAT_UNRECOGNIZED, /* didn't recognize the primitive */ PRIM_STAT_DELETE_MODIFIED, /* primitive modified, but delete anyway */ PRIM_STAT_DELETE_UNMODIFIED /* delete primitive that was not modified */} TD_DSPR_PRIM_STAT;/*******************************************************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?