[r45]: / trunk / library / E_XmlError / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_XmlError :
(
    Ok := 0,
    ErrorMaxBufferLen := 1,
    ErrorStringLen := 2,
    Error := 3
) BYTE;
END_TYPE