SymCleanup

The SymCleanup function deallocates all resources associated with the process handle.

BOOL SymCleanup(

IN HANDLE hProcess  
);  

Parameters

hProcess

The process handle that was originally passed to SymInitialize.

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

This function deallocates all resources associated with the process handle. Failure to call this function causes memory and resource leaks in the calling application