Windows2003-3790/enduser/netmeeting/h/confdir.h
2020-09-30 16:53:55 +02:00

25 lines
481 B
C

/***********************************************************************
// ConfDir.h
//
// Conferencing directory functions
//
// Chris Pirich (chrispi) : Created 9-7-95
*/
#ifndef _CONFDIR_H_
#define _CONFDIR_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
UINT GetConferencingDir(LPTSTR szDir, int cBufSize);
UINT GetFavoritesDir(LPTSTR szDir, int cBufSize);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _CONFDIR_H_ */