windows-nt/Source/XPSP1/NT/net/upnp/inc/validate.h

29 lines
603 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 2000.
//
// File: V A L I D A T E . H
//
// Contents: Header file for the UPnP XML document validation routines.
//
// Notes:
//
// Author: spather 2000/10/17
//
//----------------------------------------------------------------------------
#ifndef __VALIDATE_H
#define __VALIDATE_H
#pragma once
extern
HRESULT
HrValidateServiceDescription(
IXMLDOMElement * pxdeRoot,
LPWSTR * pszError);
#endif // __VALIDATE_H