Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information about a frame on the callstack.
Syntax
} 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 |