windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/confapi.h
2020-09-26 16:20:57 +08:00

13 lines
168 B
C

/*
* ConfApi.h
*
* CConfRoom Application Program Interface
*/
#ifndef _CONFAPI_H_
#define _CONFAPI_H_
VOID SetLoggedOn(BOOL fLoggedOn);
#endif /* _CONFAPI_H_ */