|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
UnmapDebugInformation
The UnmapDebugInformation function deallocates the memory and resources allocated by a call to the MapDebugInformation function.
BOOL UnmapDebugInformation(
IN PIMAGE_DEBUG_INFORMATION DebugInfo );
Parameters
DebugInfo
A pointer to an IMAGE_DEBUG_INFORMATION structure that is returned from a call to the MapDebugInformation function.
Return Values
If the function succeeds, the return value is TRUE. If the function fails, then the return value is FALSE. To retrieve extended error information, call GetLastError.
Remarks
The UnmapDebugInformation function is the counterpart to the MapDebugInformation function and must be used to deallocate the memory and resources allocated by a call to the MapDebugInformation function.
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
UnmapDebugInformation
Функция UnmapDebugInformation освобождает память и ресурсы распределенные вызовом в функцию MapDebugInformation.
BOOL UnmapDebugInformation(
В PIMAGE_DEBUG_INFORMATION DebugInfo );
Параметры
DebugInfo
Указатель в структуру IMAGE_DEBUG_INFORMATION, которая возвращана от вызова до функции MapDebugInformation.
Обратные Величины
Если функция добивается успеха, обратная величина является ИСТИНОЙ. Если функция терпит неудачу, тогда обратная величина ЛОЖНАЯ. Для того, чтобы извлекать расширенную информацию ошибки, назовите GetLastError.
Замечания
Функция UnmapDebugInformation является аналогом в функцию MapDebugInformation и должно быть использовано, чтобы освобождать память и ресурсы распределенные вызовом в функцию MapDebugInformation.
|
|
|
|