GetTypeName

GetTypeName 1:

Gets the container type name as a string.

Syntax

Definition:

METHOD GetTypeName : HRESULT
VAR_INPUT
    sTypeName : STRING;
    nMaxLen   : UINT;
END_VAR

GetTypeName 2: 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

GetTypeName 3: Return value

HRESULT