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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top