HGLOBAL GlobalLRUOldest(hglb) | |||||
HGLOBAL hglb; | /* handle of memory object to move | */ |
The GlobalLRUOldest function moves a global memory object to the oldest least-recently-used (LRU) position in memory. This makes the memory object the next candidate for discarding.
hglb
Identifies the global memory object to be moved.
The return value is NULL if the hglb parameter does not identify a valid handle.
The GlobalLRUOldest function is useful only if the hglb object is discardable.