TObjectName

TObjectName is a string representing the name of an object.

typedef TCHAR TObjectName[50];

Unicode and ANSI

The Unicode type name is TObjectNameW and the ANSI type name is TObjectNameA.

See also

TObjectInfo.