windows-nt/Source/XPSP1/NT/shell/themes/uxtheme/filedump.h

13 lines
734 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//---------------------------------------------------------------------------
// FileDump.h - Writes the contents of a theme file as formatted
// text to a text file. Used for uxbud and other testing so
// its in both FRE and DEBUG builds.
//---------------------------------------------------------------------------
#pragma once
//---------------------------------------------------------------------------
class CUxThemeFile; // forward
//---------------------------------------------------------------------------
HRESULT DumpThemeFile(LPCWSTR pszFileName, CUxThemeFile *pThemeFile, BOOL fPacked,
BOOL fFullInfo);
//---------------------------------------------------------------------------