Desktop Functions: Smart Device Functions:
|
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(). DocumentationDerived 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...] AuthorContributed by [ http://www.paradisim.net ] [ http://inversegoogle.paradisim.net/index3.htm ] - gabriel@paradisim.net . Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! |
|