windows-nt/Source/XPSP1/NT/enduser/netmeeting/h/confdir.h

25 lines
457 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/***********************************************************************
// 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_ */