S
Stewart Berman
Where is the equivalent of the Windows.h (and it's includes) for C#?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Stewart said:Where is the equivalent of the Windows.h (and it's includes) for C#?
Stewart Berman said:Where is the equivalent of the Windows.h (and it's includes) for C#?
Stewart said:OK C# has using statements (the way java does) instead of include statements. Where are the type
descriptions for the Windows API?
Stewart said:Where is the equivalent of the Windows.h (and it's includes) for C#?
Alberto Poblacion said:Stewart Berman said:Where is the equivalent of the Windows.h (and it's includes) for C#?
If you are going to make a lot of calls into the Windows APIs, you may wish
to take a look at this site: http://pinvoke.net/
It will help you find the various [DllImport] declaractions and associated
data structures that you need to use when using Platform Invoke.
Alberto Poblacion said:Stewart Berman said:Where is the equivalent of the Windows.h (and it's includes) for C#?
If you are going to make a lot of calls into the Windows APIs, you may wish
to take a look at this site: http://pinvoke.net/
It will help you find the various [DllImport] declaractions and associated
data structures that you need to use when using Platform Invoke.
Stewart said:Thanks -- but all that is is information on calling the API functions from C++ not C#.
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.