Structured Win API reference
-
Any source(download/online) for structured Win API reference. PS: Structured as in CODE readable.
#include win.h You will find it is full of win... (For more serious answer try posting the question in the more serious questions section)
-
#include win.h You will find it is full of win... (For more serious answer try posting the question in the more serious questions section)
-
Any source(download/online) for structured Win API reference. PS: Structured as in CODE readable.
Having trouble doing your job are you and want some source code to copy from eh? Pathetic.
-
Having trouble doing your job are you and want some source code to copy from eh? Pathetic.
I'm trying to generate Interop function definitions for all of the win API. If you try to do that the hard way then YOU are the pathetic one.
The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
-
Any source(download/online) for structured Win API reference. PS: Structured as in CODE readable.
pinvoke.net[^] is OK. But bear in mind that it's a Wiki, so it's only as good as the last person to edit it. :) Why are you trying to cover the whole API? Quite a lot of it is already covered by the BCL.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
pinvoke.net[^] is OK. But bear in mind that it's a Wiki, so it's only as good as the last person to edit it. :) Why are you trying to cover the whole API? Quite a lot of it is already covered by the BCL.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
PInvoke IS the hard way. and i need a link to BCL (never heard of it :cool:).
The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
BCL is the .NET Base Class Library, which is documented on MSDN[^]. You can also browse the source[^] if you're feeling brave. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
I'm trying to generate Interop function definitions for all of the win API. If you try to do that the hard way then YOU are the pathetic one.
The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
aboubkr90 wrote:
If you try to do that the hard way then YOU are the pathetic one.
You're obviously not married.
I wanna be a eunuchs developer! Pass me a bread knife!
-
BCL is the .NET Base Class Library, which is documented on MSDN[^]. You can also browse the source[^] if you're feeling brave. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer