Click or drag to resize

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
Syntax
public enum ReturnCodes
Members
  Member nameValueDescription
NO_ERROR0 The no error
ERROR_INVALID_PARAMETER87 The error invalid parameter
ERROR_INVALID_FLAGS1004 The error invalid flags
ERROR_CANCELLED1223 The error cancelled
ERROR_NO_SUCH_LOGON_SESSION1312 The error no such logon session
See Also