T
Tony Johansson
Hi!
Here I have some text from Microsoft Press(exam 70-536) It says:
"The .NET Framework provides you the ability to both import Win32 functions
using Dll import attribute and you can
also use P/Invoke to make direct calls against Win32 DLLs."
Now when I use P/Invoke I use the DLLImport attribute but what does the book
mean in this text when it says "both import Win32 functions using Dll import
attribute" but this is how P/Invoke is used and then the text says you can
also use P/Invoke to make direct calls against Win32 DLLs.
Does anyone understand what this text actually mean. It seems to me that the
last part of the text is wrong when they say "you can also use P/Invoke to
make direct calls against Win32 DLLs." becuse what they describe here is
P/Invoke.
//Tony
Here I have some text from Microsoft Press(exam 70-536) It says:
"The .NET Framework provides you the ability to both import Win32 functions
using Dll import attribute and you can
also use P/Invoke to make direct calls against Win32 DLLs."
Now when I use P/Invoke I use the DLLImport attribute but what does the book
mean in this text when it says "both import Win32 functions using Dll import
attribute" but this is how P/Invoke is used and then the text says you can
also use P/Invoke to make direct calls against Win32 DLLs.
Does anyone understand what this text actually mean. It seems to me that the
last part of the text is wrong when they say "you can also use P/Invoke to
make direct calls against Win32 DLLs." becuse what they describe here is
P/Invoke.
//Tony