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.

24 lines
457 B

  1. /***********************************************************************
  2. // ConfDir.h
  3. //
  4. // Conferencing directory functions
  5. //
  6. // Chris Pirich (chrispi) : Created 9-7-95
  7. */
  8. #ifndef _CONFDIR_H_
  9. #define _CONFDIR_H_
  10. #ifdef __cplusplus
  11. extern "C"
  12. {
  13. #endif /* __cplusplus */
  14. UINT GetConferencingDir(LPTSTR szDir, int cBufSize);
  15. UINT GetFavoritesDir(LPTSTR szDir, int cBufSize);
  16. #ifdef __cplusplus
  17. }
  18. #endif /* __cplusplus */
  19. #endif /* _CONFDIR_H_ */