GetTypeName
Gets the model type name as a string.
Syntax
Definition:
HRESULT GetTypeName(
    PCHAR  sTypeName,
    USHORT nMaxLen
)Parameters
| 
                   Name  | 
                   Type  | 
                   Description  | 
|---|---|---|
| 
                   sTypeName  | 
                   PCHAR  | 
                   Returns the model type name as a string.  | 
| 
                   nMaxLen  | 
                   USHORT  | 
                   Maximum string length allowed to be written in sTypeName.  | 
 Return value