IBinaryManager::GetSourceErrors
Gets a collection of the current errors from compilation.
Syntax
HRESULT GetSourceErrors( IEnumSourceErrors **ppEnumSourceErrors);
Parameters
ppEnumSourceErrors
[out,retval] A collection of the current errors from compilation.
Return Value
One of the standard HRESULT values.
Remarks
The returned IEnumSourceErrors Interface should be discarded when BinaryItemsChanged (BinaryManager) is raised as it is no longer valid. If the project has not been compiled since the last change, this will compile the project. *ppEnumSourceErrors will be set to NULL if no errors are found in the project.
Requirements
Type Library |
VstaCore.tlb |
Header |
VstaCore.h |