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.

24 lines
644 B

  1. /*****************************************************************************\
  2. * MODULE: msw3prt.h
  3. *
  4. * The module contains routines to implement the ISAPI interface.
  5. *
  6. * PURPOSE Windows HTTP/HTML printer interface
  7. *
  8. * Copyright (C) 1996-1997 Microsoft Corporation
  9. *
  10. * History:
  11. * 02/04/97 weihaic Create the header file
  12. *
  13. \*****************************************************************************/
  14. #ifndef _MSW3PRT_H
  15. #define _MSW3PRT_H
  16. LPTSTR GetString(PALLINFO pAllInfo, UINT iStringID);
  17. BOOL IsSecureReq(EXTENSION_CONTROL_BLOCK *pECB);
  18. BOOL IsUserAnonymous(EXTENSION_CONTROL_BLOCK *pECB);
  19. #endif