File:  [RetroPC.NET] / np2 / win9x / sstp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:58:49 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036
Neko Project II

#define	SSTP_READY		0
#define	SSTP_SENDING	1
#define	SSTP_BUSY		-3
#define	SSTP_NOSEND		-2
#define	SSTP_ERROR		-1


void sstp_construct(HWND hwnd);
void sstp_destruct(void);

void sstp_connect(void);
void sstp_readSocket(void);
void sstp_disconnect(void);

BOOL sstp_send(char *msg, void *proc);
int sstp_result(void);



BOOL sstp_sendonly(char *msg);

RetroPC.NET-CVS <cvs@retropc.net>