GetTypeName

Gets the container type name as a string.

Syntax

Definition:

HRESULT GetTypeName(
    PCHAR  sTypeName,
    USHORT nMaxLen
)

Parameters

Name

Type

Description

sTypeName

PCHAR

Returns the container type name as a string.

nMaxLen

USHORT

Maximum string length allowed to be written in sTypeName

GetTypeName 1: Return value

HRESULT