FreeAttributeSet
Synopsis
void FreeAttributeSet(
TOK_ATTR_DATA * attr);
Description
Free all of the attributes contained in the attribute set, and then free the set itself. This function also explicitly writes 0xaa to the memory to be freed before freeing.
Parameters
attr |
Reference to the attribute set to free |