EXPDIR.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // EXPDIR.H
  2. #ifndef EXPDIR_INCLUDED
  3. #define EXPDIR_INCLUDED
  4. BOOL ExpDir(LPCINFO);
  5. VOID ExpDirExit(LPCINFO, HANDLE);
  6. BOOL ConstructDirName(LPCINFO, LONG, LPTSTR);
  7. LONG GetDirDepth(LPTSTR, LPTSTR*);
  8. BOOL CollapseDir(LPCINFO, LONG, LONG);
  9. VOID ConstructLBEntry(LONG, LPTSTR, LPTSTR);
  10. BOOL FullExpand(LPCINFO);
  11. #endif