HANDLE GlobalLRUNewest(hMem)
This function moves the global memory object identified by hMem to the newest least-recently-used (LRU) position in memory. This greatly reduces the likelihood that the object will be discarded soon, but does not prevent the object from eventually being discarded.
Parameter | Type/Description |
hMem | HANDLE Identifies the global memory object to be moved. |
The return value is NULL if the hMem parameter does not specify a valid handle.
This function is useful only if hMem is discardable.