@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Access Denied, in context of AttachConsole, it means that the console is attached elsewhere. It may have other meaning to other API functions. !!!!C# Constants: public const int ERROR_ACCESS_DENIED = 5; !!!!VB Constants: Public ERROR_ACCESS_DENIED As Integer = 5 !!!!Notes: One of the many error codes returned by GetLastError, which should not be used within the .NET framework. Instead you must use Marshal.GetLastWin32Error(). !!!!Documentation Derived from MSDN and WinBase.h original value was: ((DWORD)-1) which is the same numerically as above. [Ummmm, please explain how -1 is equal to 5...] !!!!Author '''Contributed by [ http://www.paradisim.net ] [ http://inversegoogle.paradisim.net/index3.htm ] - gabriel@paradisim.net '''.
Edit Constants.ERROR_A...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.