www.pudn.com > PEMonitor_0.10_src.zip > StackServ.h
#ifndef __STACK_SERV_H__
#define __STACK_SERV_H__
int GetStackContents(
/* [in] */ const HANDLE hProcess,
/* [in] */ const unsigned long Esp,
/* [out] */ unsigned long *lpStackAddress
);
#endif // __STACK_SERV_H__