CPI_Indicators.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //
- // Indicators
- //
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //
- void CPIC_FreeIndicators();
- void CPIC_SetIndicatorValue(const char* pcName, const char* pcValue);
- const char* CPIC_GetIndicatorValue(const char* pcName);
- void CPIC_BindIndicatorToControl(const char* pcName, CP_HINTERFACEPART hPart);
- void CPIC_UnBindControl(CP_HINTERFACEPART hPart);
- //
- ////////////////////////////////////////////////////////////////////////////////