Desktop Functions: Smart Device Functions:
|
GetLastError (user32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB.Net Signature:
Use Runtime.InteropServices.Marshal.GetLastWin32Error() VB Signature:
Declare Function GetLastError Lib "kernel32.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Tips & Tricks:in C# use instead:
Marshal.GetLastWin32Error() List of error codes: https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes Sample Code:shPlease add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|