Leaked source code of windows server 2003
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.

17 lines
399 B

  1. //setuplib.h: ts client shared setup functions
  2. //Copyright (c) 2000 Microsoft Corporation
  3. //
  4. #ifndef _setuplib_h_
  5. #define _setuplib_h_
  6. #include "dbg.h"
  7. void DeleteTSCProgramFiles();
  8. void DeleteTSCFromStartMenu(TCHAR *);
  9. void DeleteTSCDesktopShortcuts();
  10. void DeleteBitmapCacheFolder(TCHAR *szDstDir);
  11. void DeleteTSCRegKeys();
  12. HRESULT UninstallTSACMsi();
  13. #endif // _setuplib_h_