Better documentation for NativeMethods.txt #428
Unanswered
DerekZiemba
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The documentation says "Each line may consist of one of the following," so that would say that
Does a collision between method names ever happen in Win32 API? If so, how would one deal with this when using such APIs from C++? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find an example of a NativeMethods.txt file that actually implements what the documentation says is possible.
What's the full syntax to actually achieve all that?
For example, the following does not work but the documentation above leads me to believe it should:
It also says I can specify a namespace to generate the APIs within, how exactly would that be achieved?
I realize it works if I remove the the module name. But what if there's two methods with the same name in two modules? How would that work?
Beta Was this translation helpful? Give feedback.
All reactions