UnmapDebugInformation

【勇芳软件工作室】汉化HomePreviousNext

UnmapDebugInformation功能将通过调用分配的内存和资源取消分配给MapDebugInformation功能。

BOOL UnmapDebugInformation(

IN PIMAGE_DEBUG_INFORMATION【DebugInfo】 
); 

参数

【DebugInfo】

指向从MapDebugInformation函数调用返回的IMAGE_DEBUG_INFORMATION结构的指针。

返回值

如果函数成功,返回值为TRUE。

如果函数失败,则返回值为FALSE。要检索扩展错误信息,请调用GetLastError.

备注

UnmapDebugInformation功能与MapDebugInformation功能的对应,【必须】用于取消分配给MapDebugInformation功能【.】的呼叫分配的内存和资源