| Return Type | Function name | Arguments |
|---|---|---|
| const char* | hzProcess::GetCaller | (void) |
Declared and defined in file: hzProcess.h
Function Logic:
Function body:
const char* hzProcess::GetCaller (void)
{
if (m_nFuncs > 1)
return m_Stack[m_nFuncs-2];
return 0;
}