Check out the formatting tips on the right for help formatting and making links.
Use the template below then delete this header:
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,
}
Declare Function CredUIReturnCodes Lib "credui.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
TODO