|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
HeapUnlock
The HeapUnlock function releases ownership of the critical section object, or lock, that is associated with a specified heap. The HeapUnlock function reverses the action of the HeapLock function.
BOOL HeapUnlock(
HANDLE hHeap // handle to the heap to unlock );
Parameters
hHeap
Handle to the heap to unlock.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
The HeapLock function is primarily useful for preventing the allocation and release of heap memory by other threads while the calling thread uses the HeapWalk function. The HeapUnlock function is the inverse of HeapLock. Each call to HeapLock must be matched by a corresponding call to the HeapUnlock function. Failure to call HeapUnlock will block the execution of any other threads of the calling process that attempt to access the heap.
See Also
HeapLock, HeapWalk
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
HeapUnlock
Функция HeapUnlock выпускает собственность на критический объект секции, или замок, что связан определенной кучей. Функция HeapUnlock возобновляет действие функции HeapLock.
BOOL HeapUnlock(
РУЧКА РУЧКИ hHeap // в кучу, чтобы деблокироваться );
Параметры
hHeap
Прооперируйте кучу, чтобы деблокироваться.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Функция HeapLock первоначально полезная для предотвращения распределения и версии памяти кучи другой резьбой тогда как вызов резьбы использует функцию HeapWalk. Функция HeapUnlock является инверсией HeapLock. Каждый вызов на HeapLock должен соответствовать соответствующему вызову в функцию HeapUnlock. Невозможнось называть HeapUnlock заблокирует выполнение любой другой резьбы вызова процесса, который пытается иметь доступ к куче.
Смотри Также
HeapLock, HeapWalk
|
|
|
|
| |