mirror of https://github.com/tongzx/nt5src
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
29 lines
749 B
/*+-------------------------------------------------------------------------+
|
|
| Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
|
|
+-------------------------------------------------------------------------+*/
|
|
|
|
#ifndef _HCONVAPI_
|
|
#define _HCONVAPI_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
#include "netutil.h"
|
|
#include "filesel.h"
|
|
#include "servlist.h"
|
|
void TreeRecurseCurrentShareSet(SHARE_BUFFER *CShare);
|
|
void TreeRootInit(SHARE_BUFFER *CShare, LPTSTR NewPath);
|
|
void TreeFillRecurse(UINT Level, LPTSTR Path, DIR_BUFFER *Dir);
|
|
ULONG TotalFileSizeGet();
|
|
void FileSelect_Do(HWND hDlg, SOURCE_SERVER_BUFFER *SourceServ, SHARE_BUFFER *CShare);
|
|
#include "sbrowse.h"
|
|
#include "statbox.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|