File:
[RetroPC.NET] /
np2 /
win9x /
sstp.h
Revision
1.2:
download - view:
text,
annotated -
select for diffs
Tue Oct 21 20:22:05 2003 JST (22 years ago) by
yui
Branches:
MAIN
CVS tags:
VER_0_80,
VER_0_79,
VER_0_78,
VER_0_77,
VER_0_76,
VER_0_75,
VER_0_74,
VER_0_73,
VER_0_72,
VER_0_71,
VER_0_70,
HEAD
add cygwin make (T.Yui)
#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)(HWND hWnd, char *msg));
int sstp_result(void);
BOOL sstp_sendonly(char *msg);
RetroPC.NET-CVS <cvs@retropc.net>