home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 November
/
PCWorld_2000-11_cd.bin
/
Komunik
/
sambar444
/
_SETUP.1
/
webcam.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-09
|
1KB
|
46 lines
/*
** WEBCAM.H
**
** This header file contains the public HTTP interfaces used by the
** Sambar Server for interfacing with Video for Windows drivers.
**
** Confidential Property of Tod Sambar
** (c) Copyright Tod Sambar 1999
** All rights reserved.
**
**
** History:
** Chg# Date Description Resp
** ---- ------- ------------------------------------------------------- ----
** 26JUL99 Created sambar
*/
#if !defined(__WEBCAM_H__)
#define __WEBCAM_H__
#include <sambar.h>
#include <vfw.h>
#undef FAR
#include <cdjpeg.h>
/*
** Sambar Server WebCam DLL Function Prototypes
*/
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
extern SA_RETCODE SA_EXPORT webcam_init(SA_CTX *sactx);
/*
** WebCam RPCs
*/
extern SA_RETCODE SA_PUBLIC webcam_snapshot(SA_CTX *sactx, SA_CONN *saconn,
SA_PARAMS *saparams, SA_INT *infop);
#if defined(__cplusplus)
}
#endif /* defined(__cplusplus) */
#endif /* __WEBCAM_H__ */