CallStackFrame structure

Represents information about a frame on the callstack.

Syntax


typedef struct CallStackFrame {
  BSTR  functionName;
  BSTR  sourceFile;
  BSTR  moduleName;
  DWORD lineNumber;
} CallStackFrame;

Members

functionName

A COM string containing the name of the associated function.

sourceFile

A COM string containing the filepath of the associated source file.

moduleName

A COM string containing the name of the associated code module.

lineNumber

The associated line number.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: