pe_array_p |
Tests whether an object is of type array
int pe_array_p (struct pe_struct_t *p);
p | The pointer to an object |
Pe_array_p tests whether the argument is an object of type array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.
Returns 1 if the argument points to an object of type array; otherwise, 0
test = pe_array_p(array1);