SpBaseRoutine.h 224 B

123456789
  1. #pragma once
  2. //Get the caller to this function module name
  3. CSimpleStringA DumpStack(DWORD nSkipLevel);
  4. CSimpleStringA GetCallerFunctionName(DWORD nSkipLevel);
  5. BOOL ShowThreadInfo (DWORD tid);
  6. CSimpleStringA TraceStack();