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.

42 lines
1.2 KiB

  1. /****************************************************************************\
  2. MISCAPI.H / OPK Wizard (OPKWIZ.EXE)
  3. Microsoft Confidential
  4. Copyright (c) Microsoft Corporation 1999
  5. All rights reserved
  6. Misc. API header file for the OPK Wizard. Contains misc. API function
  7. prototypes.
  8. 3/99 - Jason Cohen (JCOHEN)
  9. Added this new header file for the OPK Wizard as part of the
  10. Millennium rewrite.
  11. 09/2000 - Stephen Lodwick (STELO)
  12. Ported OPK Wizard to Whistler
  13. \****************************************************************************/
  14. #ifndef _MISCAPI_H_
  15. #define _MISCAPI_H_
  16. //
  17. // External Function Prototype(s):
  18. //
  19. void CheckValidBrowseFolder(TCHAR[]);
  20. void SetLastKnownBrowseFolder(TCHAR[]);
  21. BOOL ValidURL(LPTSTR);
  22. BOOL IsFolderShared(LPWSTR lpFolder, LPWSTR lpShare, DWORD cbShare);
  23. BOOL CopyDirectoryDialog(HINSTANCE hInstance, HWND hwnd, LPTSTR lpSrc, LPTSTR lpDst);
  24. BOOL CopyResetFileErr(HWND hwnd, LPCTSTR lpSource, LPCTSTR lpTarget);
  25. // Install.ins specific
  26. //
  27. void ReadInstallInsKey(TCHAR[], TCHAR[], TCHAR[], INT, TCHAR[], BOOL*);
  28. void WriteInstallInsKey(TCHAR[], TCHAR[], TCHAR[], TCHAR[], BOOL);
  29. #endif // _MISCAPI_H_