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 >
Text File  |  1997-10-05  |  434b  |  34 lines

  1. /*++
  2.  
  3. Copyright (c) 1995-1997 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     proto.h
  8.  
  9. Abstract:
  10.  
  11.     prototypes
  12.  
  13. Environment:
  14.  
  15.     Internet
  16.  
  17. Revision History:
  18.  
  19.     dd-mmm-yyy <email>
  20.  
  21. --*/
  22.  
  23. BOOL
  24. HttpGetSocket(
  25.     char * Verb,
  26.     char * Server,
  27.     char * URL,
  28.     BOOL   DisplayHeaders,
  29.     DWORD  ClientDataSize,
  30.     PSTR   pszUserName,
  31.     PSTR   pszPassword,
  32.     PSTR   pszStore,
  33.     PSTR   pszPref );
  34.