public:
HRESULT GenerateStackDump(
UINT32 ProcessId,
UINT32 DumpType,
LPCWSTR ImageName,
LPBSTR FilePath)
ProcessId
Type: UINT32
Identifier of the process to create the stack dump for.
DumpType
Type: UINT32
Type of stack dump to create.
ImageName
Type: LPCWSTR
Name of the image.
FilePath
Type: LPBSTR
Pointer to a string that receives the file path to the created stack dump file.
Type: HRESULTÂ
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface