pe_vtmethod_p |
Tests whether an object is of type vertical transformation method
int pe_vtmethod_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type vertical transformation method
Returns 1 if the argument points to an object of type vertical transformation method; otherwise, returns 0
test = pe_vtmethod_p(egm96);