ST_SoE_StringEx
The structure ST_SoE_StringEx describes a String, used for SoE-Access, inclusive the parameter attribute.
TYPE ST_SoE_StringEx :
STRUCT
dwAttribute : DWORD;
iActualSize : UINT;
iMaxSize : UINT;
strData : STRING(MAX_STRING_LENGTH);
END_STRUCT
END_TYPE
dwAttribute: contains the parameter attribute
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