home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
security
/
winnt
/
httpauth
/
proto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-05
|
434 b
|
34 lines
/*++
Copyright (c) 1995-1997 Microsoft Corporation
Module Name:
proto.h
Abstract:
prototypes
Environment:
Internet
Revision History:
dd-mmm-yyy <email>
--*/
BOOL
HttpGetSocket(
char * Verb,
char * Server,
char * URL,
BOOL DisplayHeaders,
DWORD ClientDataSize,
PSTR pszUserName,
PSTR pszPassword,
PSTR pszStore,
PSTR pszPref );