Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
PStopVideoREQ.h
Package: 视频会议系统.rar [view]
Upload User: popouu88
Upload Date: 2013-02-11
Package Size: 2894k
Code Size: 1k
Category:
VOIP program
Development Platform:
Visual C++
- // PStopVideoREQ.h: interface for the PStopVideoREQ class.
- //
- //////////////////////////////////////////////////////////////////////
- #ifndef __PSTOP_VIDEO_REQ_H__
- #define __PSTOP_VIDEO_REQ_H__
- #include "DataPackage.h"
- class PStopVideoREQ : public CDataPackage
- {
- public:
- PStopVideoREQ();
- virtual ~PStopVideoREQ();
- virtual bool assembleData( int user_id );
- virtual bool parseData( CBuffer & buffer );
- int user_id;
- };
- #endif // !defined(AFX_PSTOPVIDEOREQ_H__10B5E74A_D7EC_4FDB_BB8D_BB663797930C__INCLUDED_)