/*****************************************************************************/
/* Directory.h Copyright (c) Ladislav Zezula 2015 */
/*---------------------------------------------------------------------------*/
/* Directory functions for CascLib */
/*---------------------------------------------------------------------------*/
/* Date Ver Who Comment */
/* -------- ---- --- ------- */
/* 30.10.15 1.00 Lad The first version of Directory.h */
/*****************************************************************************/
//-----------------------------------------------------------------------------
// Scanning a directory
// If the callback returns false, the directory enumeration stops
typedef bool ;
bool ;
bool ;
DWORD ;
// __DIRECTORY_H__