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.

28 lines
603 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: V A L I D A T E . H
  7. //
  8. // Contents: Header file for the UPnP XML document validation routines.
  9. //
  10. // Notes:
  11. //
  12. // Author: spather 2000/10/17
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef __VALIDATE_H
  16. #define __VALIDATE_H
  17. #pragma once
  18. extern
  19. HRESULT
  20. HrValidateServiceDescription(
  21. IXMLDOMElement * pxdeRoot,
  22. LPWSTR * pszError);
  23. #endif // __VALIDATE_H