[Top] [Prev] [Next] [Bottom] [Contents]

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. This will cause major damage to your code.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.