windows-nt/Source/XPSP1/NT/base/win32/fusion/inc/fusionxml.h

19 lines
357 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#if !defined(_FUSION_INC_FUSIONXML_H_INCLUDED_)
#define _FUSION_INC_FUSIONXML_H_INCLUDED_
#pragma once
void
SxspDumpXmlTree(
IN DWORD Flags,
IN PCSXS_XML_DOCUMENT Document
);
void
SxspDumpXmlSubTree(
IN PCWSTR PerLinePrefix,
IN PCSXS_XML_DOCUMENT Document, // need for string table resolution
IN PCSXS_XML_NODE Node
);
#endif