Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
749 B

  1. /*+-------------------------------------------------------------------------+
  2. | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
  3. +-------------------------------------------------------------------------+*/
  4. #ifndef _HCONVAPI_
  5. #define _HCONVAPI_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. #include "netutil.h"
  10. #include "filesel.h"
  11. #include "servlist.h"
  12. void TreeRecurseCurrentShareSet(SHARE_BUFFER *CShare);
  13. void TreeRootInit(SHARE_BUFFER *CShare, LPTSTR NewPath);
  14. void TreeFillRecurse(UINT Level, LPTSTR Path, DIR_BUFFER *Dir);
  15. ULONG TotalFileSizeGet();
  16. void FileSelect_Do(HWND hDlg, SOURCE_SERVER_BUFFER *SourceServ, SHARE_BUFFER *CShare);
  17. #include "sbrowse.h"
  18. #include "statbox.h"
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif