ST_SoE_StringEx

The structure ST_SoE_StringEx describes a string such as can be used with SoE accesses, including the preset parameter attribute.

TYPE ST_SoE_StringEx :
STRUCT
    dwAttribute  : DWORD;
    iActualSize  : UINT;
    iMaxSize     : UINT;
    strData      : STRING(MAX_STRING_LENGTH);
END_STRUCT
END_TYPE

Name

Type

Description

dwAttribute

DWORD

Parameter attribute

iActualSize

UINT

Current length of the string (without closing \0)

iMaxSize

UINT

Maximum length of the string (without closing \0)

strData

STRING(MAX_STRING_LENGTH)

String