pe_array_p

Tests whether an object is of type array

Usage syntax

int pe_array_p (struct pe_struct_t *p);

Parameters
p The pointer to an object
Description

Pe_array_p tests whether the argument is an object of type array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

Returns 1 if the argument points to an object of type array; otherwise, 0

Examples

test = pe_array_p(array1);