[Prev] [Next] [Top] [Bottom] [Contents] (172 out of 193)

SgeDestroyCacheById

Frees the memory used by a cache item.

Synopsis

#include "WorkingDialog.h"

void SgeDestroyCacheById(void* id);

Arguments

id
Supplies the id associated with the cache.

Return Values

None.

Description

SgeDestroyCacheById is a client routine which frees a cache given a cache id. If the id is NULL or if the id doesn't match any cache, no action is taken.

Warning: Valid callback structures may point to a cache. DO NOT free a cache if any references to a cbs exist or insanity may ensue.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (172 out of 193)