Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
673 B

  1. // --------------------------------------------------------------------------------
  2. // u s e r a g n t . h
  3. //
  4. // author: Greg Friedman [gregfrie]
  5. //
  6. // history: 11-10-98 Created
  7. //
  8. // purpose: provide a common http user agent string for use by Outlook Express
  9. // in all http queries.
  10. //
  11. // dependencies: depends on ObtainUserAgent function in urlmon.
  12. //
  13. // Copyright (c) 1998 Microsoft Corporation, All Rights Reserved
  14. // --------------------------------------------------------------------------------
  15. #ifndef _USERAGNT_H
  16. #define _USERAGNT_H
  17. void InitWABUserAgent(BOOL fInit);
  18. LPSTR GetWABUserAgentString(void);
  19. #endif // _USERAGNT_H