(Gast)
n/a Beiträge
|
Re: Bildschirm sperren
23. Jun 2007, 10:39
Aber das ist doch c++
Code:
#include <windows.h>
#include <stdio.h>
void main()
{
// Lock the workstation.
if( !LockWorkStation() )
printf ("LockWorkStation failed with %d\n", GetLastError());
}
|
|
Zitat
|