Table of Contents

CzVar::GetTypeID

Description

Retrieve the type ID of the variable attached to this CzVar object.

Function prototype

long CzVar::GetTypeID(void);

Arguments

None.

Return value

Zero if an error occurred or the variable is not initialised, and a non-zero variable type ID otherwise (can be positive or negative.)

Comments

This function is equivalent to the API function var_GetTypeID. Please refer to the documentation of that function for additional information.