GlobalLRUOldest

2.x

  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.

Parameters

hglb

Identifies the global memory object to be moved.

Return Value

The return value is NULL if the hglb parameter does not identify a valid handle.

Comments

The GlobalLRUOldest function is useful only if the hglb object is discardable.

See Also

GlobalLRUNewest