Source code of Windows XP (NT5)
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.

26 lines
618 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: D E S C R Q S T . H
  7. //
  8. // Contents: Header file for description request processing implementation
  9. // for the UPnP Device Host ISAPI Extension.
  10. //
  11. // Notes:
  12. //
  13. // Author: spather 2000/08/31
  14. //
  15. //----------------------------------------------------------------------------
  16. #pragma once
  17. #ifndef __DESCRQST_H
  18. #define __DESCRQST_H
  19. DWORD WINAPI
  20. DwHandleContentRequest(
  21. LPVOID lpParameter);
  22. #endif //!__DESCRQST_H