www.pudn.com > ChkLock.zip > main.cpp


// 
//	main.cpp 
// 
//	Wrapper for the lockout policy function 
// 
 
#include "ChkLock.h" 
 
int wmain( int argc, wchar_t *argv[], wchar_t envp[] ) 
{ 
	int		iReturnVal; 
 
	//	Initialize variables 
	iReturnVal	= 0; 
 
	//	Tell everyone hi 
	cout<<"\n"<