|
Home > |
|---|
void FreeAttributeSet(
TOK_ATTR_DATA * attr);
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.
|
attr |
Reference to the attribute set to free |