Table of Contents

type_GetTypeId

Description

Get the variable type ID corresponding to a given variable type name.

Function prototype

long CExtAPI::type_GetTypeID(const char* lpTypeName);

Arguments

Name Type Comment
lpTypeName const char* A pointer to a C-stlye string containing the name of the variable type for which the type ID is to be retrieved.

Return value

Zero if an error occurred or the type name is not recognised, and non-zero otherwise (can be positive or negative).

Comments

None.