2025-04-27 07:49:33 -04:00

43 lines
776 B
C

/*****************************************************************************
S H A R E S H E A D E R
Name: shares.h
Date: 21-Jan-1994
Creator: John Fu
Description:
This is the header file for shares.c
*****************************************************************************/
#if DEBUG
void DumpDdeInfo(
PNDDESHAREINFO pDdeI,
LPTSTR lpszServer);
#else
#define DumpDdeInfo(x,y)
#endif
LRESULT EditPermissions(
BOOL fSacl);
BOOL WINAPI EditPermissions2(
HWND hWnd,
LPTSTR pShareName,
BOOL fSacl);;
LRESULT EditOwner(void);
LRESULT Properties(
HWND hwnd,
PLISTENTRY lpLE);