ST_SoE_String

The structure ST_SoE_StringEx describes a String, used for SoE-Access.

 

TYPE ST_SoE_String :
STRUCT
    iActualSize     : UINT;
    iMaxSize        : UINT;
    strData         : STRING(MAX_STRING_LENGTH);
END_STRUCT
END_TYPE

 

iActualSize: contains the actual length of the string (without the \0)
iMaxSize: contains the maximum length of the string (without the \0)
strData: contains the string