Re: Shutdown Windows Messenger programatically?

From: massimo874 (massimo874_at__SPAMMATUAMAMMA_inwind.it.invalid)
Date: 04/29/04


Date: Thu, 29 Apr 2004 13:01:47 +0200


> How do I request Windows Messenger shutdown from C/C++?
>
> Also, what is the correct way to launch it again?
>
> Leo Havmøller.

I think you have to read something about c/c++ process (exec funtions
family) and thread (p_thrread.h header file under linux) management.
However you could try using c routine system("<name of command") for
calling the application but it is not very 'powerfull'; se also dos.h
header, it include many function corresponding to system calls such as cd ,
copy and so on.

Hi



Relevant Pages

  • Re: Newbie Question : Can I call MatLab functions from my C/C++ application?
    ... Is there a header file or something that will allow me to utilise ... function in my C/C++ application? ... operations to be performed on two dimensional arrays? ... a MatLab matrix, or are they treated the same? ...
    (comp.soft-sys.matlab)
  • Newbie Question : Can I call MatLab functions from my C/C++ application?
    ... Is there a header file or something that will allow me to utilise MatLab function in my C/C++ application? ... If so, which header filecontain the functions that will allow me to find the inverse and determinate of an C/C++ array, and other 'matrix' operations to be performed on two dimensional arrays? ...
    (comp.soft-sys.matlab)
  • Re: Header include order
    ... took a while to pick that pattern ... since I haven't seen it mentioned in a lot of C/C++ books. ... > a.h will always be self sufficient and header file include order ...
    (comp.lang.c)
  • Re: java and C# dll
    ... Using JNI to create the C/C++ header file. ... so I assume that there's no way C# dll can ...
    (microsoft.public.dotnet.languages.csharp)