Lock the session.

Lock the session.

LockWorkStation

See version :

Pas de dépendances

Download :

#define _WIN32_WINNT 0x0500
#include <windows.h>

int main()
{
  LockWorkStation();
  return 0;
}



Explanations

	No explanations yet.