ISourceFileInfoCallback::ResultCallback method
A callback function used to notify the host of information about source files associated with the callstack.
Syntax
HRESULT ResultCallback(
DWORD count,
SourceFileInfo [] count0_sourceFileInfoBuffer
);
Parameters
count
The number of source files returned.
count0_sourceFileInfoBuffer
The source files.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also