SymCleanup function dbghelp

int SymCleanup(
  1. int hProcess
)

Deallocates all resources associated with the process handle.

BOOL SymCleanup(
  HANDLE hProcess);

Implementation

int SymCleanup(int hProcess) => _SymCleanup(hProcess);