GetTypeName
Gets the container type name as a string.
Syntax
Definition:
METHOD GetTypeName : HRESULT
VAR_INPUT
    sTypeName : STRING;
    nMaxLen   : UINT;
END_VAR
           Inputs
 Inputs
| Name | Type | Description | 
|---|---|---|
| sTypeName | STRING | Returns the container type name as a string. | 
| nMaxLen | UINT | Maximum string length allowed to be written in sTypeName | 
 Return value
 Return value