CredUIReturnCodes (Enums)
Last changed: -64.91.67.195

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
TODO - a short description

C# Signature:

  public enum CredUIReturnCodes
  {
            NO_ERROR = 0,
            ERROR_CANCELLED = 1223,
            ERROR_NO_SUCH_LOGON_SESSION = 1312,
            ERROR_NOT_FOUND = 1168,
            ERROR_INVALID_ACCOUNT_NAME = 1315,
            ERROR_INSUFFICIENT_BUFFER = 122,
            ERROR_INVALID_PARAMETER = 87,
            ERROR_INVALID_FLAGS = 1004,
  }

VB .NET Signature:

Declare Function CredUIReturnCodes Lib "credui.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation