Synopsis
void *eam_GetAppliedAttr(long option, EAM_STACK *stack, void *entity)
Purpose
Get the applied attributes of an entity attribute stack.
Description
This function will use the current attributes of the specified entity attribute stack and the attributes of the specified entity to derive the applied attributes. Neither the current attributes or the attribute stack are affected by this operation. Since memory is allocated, the application must free it.
Input
option
Options to be passed to interface attribute manager
stack
Attribute stack pointer
entity
Entity pointer
Return
Pointer to the applied attributes or NULL if error