Thema: Delphi Bildschirm sperren

Einzelnen Beitrag anzeigen

Tommy1988
(Gast)

n/a Beiträge
 
#5

Re: Bildschirm sperren

  Alt 23. Jun 2007, 09: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());
}
  Mit Zitat antworten Zitat