@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: >Common questions and their answers ---- Question: What is the wiki way for adding a link from one Wiki page to another? I think putting square brackets around it will work Here is a test [Playground] also, every PascalCasedWord will be turned into a link. Check the Formatting Tips in the right column in edit mode ;) For additional help checkout the help pages at www.flexwiki.com. http://www.flexwiki.com/default.aspx/FlexWiki/FormattingRules.html Thanks jachymko. This wiki stuff is way cool :-) ---- Question: Why use IntPtr in PInvoke signatures when int (Integer) works just fine? For pointer-sized entities such as handles, they must be defined such that they will be 32 bits on a 32-bit machine and 64 bits on a 64-bit machine. IntPtr (or UIntPtr) accomplishes this. The use of int will appear to be fine if you only run the code on a 32-bit machine, but will likely cause your application/component to crash as soon as it gets on a 64-bit machine. ---- Question: How can i create a COM object (not an ActiveX) with a licence (IClassFactory2) ? ------------- Question: How can I fetch a parameterized message from an externalized ".mc" resource file using FormatMessage function ? What is the va* arguments parameter that the FormatMessage API takes as an input and how do I pass this parameter in C# ? -------------fgdgdfgdgdfgd.aspx ------------- Question: How to delete sections ( ie http://www.pinvoke.net/default.aspx/kernel32.;llo; ) --------- !Product details *Product name:* @@ProductName@@ *Product version:* @@ProductVersion@@
Edit misc.FAQ
You cannot create a page in the misc section. To create it in a different module, prefix it with the module name and a period.