 | CREDMGMTUIReturnCodes Enumeration |
Provides the return code provided by the credential manager.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa375177(v=vs.85).aspx
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
SyntaxPublic Enumeration ReturnCodes
public enum class ReturnCodes
Members|
| Member name | Value | Description |
|---|
| NO_ERROR | 0 |
The no error
|
| ERROR_INVALID_PARAMETER | 87 |
The error invalid parameter
|
| ERROR_INVALID_FLAGS | 1004 |
The error invalid flags
|
| ERROR_CANCELLED | 1223 |
The error cancelled
|
| ERROR_NO_SUCH_LOGON_SESSION | 1312 |
The error no such logon session
|
See Also