Synopsis
void *eam_CopyDefaultAttr(long option, EAM_STACK *stack)
Purpose
Copy the default attributes of an entity attribute stack.
Description
This function will copy the default 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