apicommon.h
资源名称:h323.zip [点击查看]
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
WINDOWS
- /*
- * $Revision: 1.1 $
- * $Date: 1997/10/20 14:19:39 $
- */
- ////////////////////////////////////////////////////////////////
- // Copyright (c) 1996,97 Lucent Technologies //
- // All Rights Reserved //
- // //
- // THIS IS UNPUBLISHED //
- // PROPRIETARY SOURCE //
- // CODE OF Lucent Technologies //
- // //
- // The copyright notice above does not evidence any //
- // actual or intended publication of such source code//
- ////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////
- // File : apicommon.h //
- // //
- // //
- // //
- // History: //
- // //
- // 15_Oct_1997 Created //
- // //
- /////////////////////////////////////////////////////////////////
- #if (!defined(__APICOMMON_H__))
- #define __APICOMMMON_H__
- #include "api/apierr.h"
- ProtReturnCode InitializeProtocolStack();
- ProtReturnCode UninitializeProtocolStack();
- #endif