h225csperr.h
资源名称:h323.zip [点击查看]
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:2k
源码类别:
IP电话/视频会议
开发平台:
WINDOWS
- /*
- * $Revision: 1.2 $
- * $Date: 1997/11/12 16:20:53 $
- */
- ////////////////////////////////////////////////////////////////
- // Copyright (c) 1996,97 Lucent Technologies //
- // All Rights Reserved //
- // //
- // THIS IS UNPUBLISHED //
- // PROPRIETARY SOURCE //
- // CODE OF Lucent Technologies //
- // AND elemedia //
- // //
- // The copyright notice above does not evidence any //
- // actual or intended publication of such source code//
- ////////////////////////////////////////////////////////////////
- #if !defined(__H225CSPERR_H__)
- #define __H225CSPERR_H__
- #include "api/apierr.h"
- #define H225CS_SUCCESS 0
- // Aliases for general error codes
- #define H225CS_UNKNOWN_ERROR PROT_CODE_UNKNOWN_ERROR
- #define H225CS_MEM_ALLOC_FAILED PROT_CODE_MEM_ALLOC_FAILED
- #define H225CS_INVALID_PARAM PROT_CODE_INVALID_PARAM
- #define H225CS_PENDING PROT_CODE_PENDING
- #define H225CS_NOT_IMPLEMENTED PROT_CODE_NOT_IMPLEMENTED
- #define H225CS_ITEM_NOT_PRESENT PROT_CODE_ITEM_NOT_PRESENT
- #define H225CS_BUFFER_TOO_SMALL PROT_CODE_BUFFER_TOO_SMALL
- #define H225CS_INVALID_Q931_STATE (PROT_CODE_MAX + 1)
- #define H225CS_ERROR(CODE)
- (ProtReturnCode)PROT_ERR(PROT_FACILITY_CODE_H225,
- PROT_FACILITY_SUB_CODE_H225CS,(CODE))
- #endif //__H225CSPERR_H__