Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
ERROR_ACCESS_DENIED (Constants)
.
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...]
Attach current process to the console of a specified process, or to the current one by default (see ATTACH_PARENT_PROCESS) (this is an large contrib article, and since the net add-in insists on using this one, i decided to place it here and not in the original place.)
5/18/2020 12:05:07 PM - LNK1123-84.26.94.125
Values from WinIoCtl.h
5/21/2015 9:45:52 PM - -75.82.113.10
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!