Close the session.

Close the session.

ExitWindows

See version :

Pas de dépendances

Download :

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

int main()
{
  ExitWindows(0,0);
  return 0;
}



Explanations

	No explanations yet.