N
Newbie Coder
How do I lock a Windows 2000 machine in Visual C++.NET 7.1?
#include <windows.h>
bool LockWorkStation()
If I do it fails:
bool LockWorkStation()
{
return true;
}
if doesn't work.
Plus, I'd like to add an IF statement to check if Windows version is Windows
2000 or later then call the LockWorkStation function
Any ideas please?
#include <windows.h>
bool LockWorkStation()
If I do it fails:
bool LockWorkStation()
{
return true;
}
if doesn't work.
Plus, I'd like to add an IF statement to check if Windows version is Windows
2000 or later then call the LockWorkStation function
Any ideas please?