add CBA_E_INVALIDID

svn path=/trunk/; revision=21699
This commit is contained in:
Ulf Lamping 2007-05-06 12:07:44 +00:00
parent 85cee37933
commit 302f45549f
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ static const value_string reject_status_vals[] = {
{ 0x8002000E, "DISP_E_BADPARAMCOUNT" },
{ 0x8004CB00, "CBA_E_MALFORMED" },
{ 0x8004CB01, "CBA_E_UNKNOWNOBJECT" },
{ 0x8004CB05, "CBA_E_INVALIDID" },
{ 0x8004CB09, "CBA_E_INVALIDCOOKIE" },
{ 0x8004CB0B, "CBA_E_QOSTYPEUNSUPPORTED" },
{ 0x8004CB0C, "CBA_E_QOSVALUEUNSUPPORTED" },