PROTO.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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