h225raserr.h
资源名称:h323.zip [点击查看]
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:2k
源码类别:
IP电话/视频会议
开发平台:
WINDOWS
- /*
- * $Revision: 1.2 $
- * $Date: 1997/10/31 14:53:11 $
- */
- ////////////////////////////////////////////////////////////////
- // 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//
- ////////////////////////////////////////////////////////////////
- //
- /////////////////////////////////////////////////////////////////
- // File : h225raserr.h //
- // //
- // //
- // //
- // History: //
- // //
- // 25_Mar_1997 Created //
- // //
- /////////////////////////////////////////////////////////////////
- #if !defined(__H225RASERR_H__)
- #define __H225RASERR_H__
- #include "api/apierr.h"
- #define H225RAS_SUCCESS 0
- // Aliases for general error codes
- #define H225RAS_UNKNOWN_ERROR PROT_CODE_UNKNOWN_ERROR
- #define H225RAS_MEM_ALLOC_FAILED PROT_CODE_MEM_ALLOC_FAILED
- #define H225RAS_INVALID_PARAM PROT_CODE_INVALID_PARAM
- #define H225RAS_PENDING PROT_CODE_PENDING
- #define H225RAS_NOT_SUPPORTED PROT_CODE_NOT_SUPPORTED
- #define H225RAS_ITEM_NOT_PRESENT PROT_CODE_ITEM_NOT_PRESENT
- #define H225RAS_BUFFER_TOO_SMALL PROT_CODE_BUFFER_TOO_SMALL
- #define H225RAS_ASN1_ENCODE_FAILED (PROT_CODE_MAX + 1)
- #define H225RAS_BAD_MESSAGE (PROT_CODE_MAX + 2)
- #define H225RAS_CANNOT_MCAST (PROT_CODE_MAX + 3)
- // H225RAS specific error codes
- #define H225RAS_ERROR(CODE)
- (ProtReturnCode)PROT_ERR(PROT_FACILITY_CODE_H225,
- PROT_FACILITY_SUB_CODE_H225RAS,(CODE))
- #endif //__H225RASERR_H__