windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/confapi.h

13 lines
168 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*
* ConfApi.h
*
* CConfRoom Application Program Interface
*/
#ifndef _CONFAPI_H_
#define _CONFAPI_H_
VOID SetLoggedOn(BOOL fLoggedOn);
#endif /* _CONFAPI_H_ */