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.

32 lines
745 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: V A L I D A T E S O A P . H
  7. //
  8. // Contents: Header file for SOAP request validation.
  9. //
  10. // Notes:
  11. //
  12. // Author: spather 2000/11/8
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef __VALIDATESOAP_H
  17. #define __VALIDATESOAP_H
  18. HRESULT
  19. HrValidateSOAPRequest(
  20. IN IXMLDOMNode * pxdnReqEnvelope,
  21. IN LPEXTENSION_CONTROL_BLOCK pecb,
  22. IN IUPnPServiceDescriptionInfo * pServiceDescInfo);
  23. HRESULT
  24. HrValidateContentType(
  25. IN LPEXTENSION_CONTROL_BLOCK pecb);
  26. #endif // !__VALIDATESOAP_H