Calling an api in my VC++.Net app

  • Thread starter Thread starter Bredal Jensen
  • Start date Start date
B

Bredal Jensen

I need to call exitwindows in my application .

This is a VC++.NET windows form application.
What do i need to do in order to be able to call
exitwindows?
I'm trying here to use the managed extension feature of VC++.Net.

Many thanks ...
 
Include the right header file (that information is in the help topic for the
API0, link with the right library (info in same place, may already be
included by default depending on which project type you started from). Then
simply call the API like you would do in any C++ application.

Ronald Laeremans
Visual C++ team
 
Back
Top