Can anyone help me?

Ok so am been playing around with memory for a while trying to learn.
And I noticed something With allot of the Libs is says Applies to: desktop apps only.

My questions are.
What if I wanted to do this with a none window based program? (Any other APIs?)
What's the difference between The process and modules for a process.
Not sure I follow the question here. I guess this "applies to" is the legend found in MSDN documents such as http://msdn.microsoft.com/en-us/library/windows/desktop/ms682425(v=vs.85).aspx ? And what do you mean with "none window based program"? If it is not Windows, then the API from Microsoft won't work for sure. Or are you talking about Windows Phone/Mobile? If yes, then there is some overlapping as I understand it.

For example, http://msdn.microsoft.com/en-us/library/aa908775.aspx is the CreateProcess() page for Windows Mobile. Most things are identical to the desktop version, but the page for Desktop makes sure the reader understands that the information there is for the Desktop Operating System. If you are a mobile programmer, then you must locate the appropriate page to make sure you get the proper documentation. I guess some (/many?) functions behave identically, some (/many?) are available only in one OS but not the other, and some (/many?) have some differences.
Topic archived. No new replies allowed.