You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on the DllImportAttribute.SetLastError field says that its default value is false, but I think most Windows API methods will return 0 on failure and then say to call GetLastError() to find out what happened.
The text was updated successfully, but these errors were encountered:
The documentation on the DllImportAttribute.SetLastError field says that its default value is
false
, but I think most Windows API methods will return0
on failure and then say to callGetLastError()
to find out what happened.The text was updated successfully, but these errors were encountered: