Windows2003-3790/inetsrv/pop3/shared/util/util.h
2020-09-30 16:53:55 +02:00

21 lines
751 B
C

//-----------------------------------------------------------------------------
// util.h
//-----------------------------------------------------------------------------
#ifndef _UTIL_H
#define _UTIL_H
//-----------------------------------------------------------------------------
// includes
//-----------------------------------------------------------------------------
#include <sbs6base.h>
#include <shlobj.h>
#include <tchar.h>
//-----------------------------------------------------------------------------
// file/directory/machine
//-----------------------------------------------------------------------------
BOOL STDMETHODCALLTYPE BDeleteDirTree( const TCHAR *szDir, BOOL bDeleteInputDir=TRUE );
#endif // _UTIL_H