Synopsis

void *eam_CopyCurrentAttr(long option, EAM_STACK *stack)

Purpose

Copy the current attributes of an entity attribute stack.

Description

This function will copy the current attributes of the specified entity attribute stack and return a pointer to the attributes. Since memory is allocated for the returned pointer, the application must free it when done.

Input

option

Options (not used)

stack

Attribute stack pointer

Return

Pointer to the copied attributes or NULL if error