Share via


IBinaryManager::GetBinaryItems

 

Gets a collection of the current results of compilation.

Syntax

HRESULT GetBinaryItems( IEnumBinaryItems **ppEnumBinaryItems);  

Parameters

ppEnumBinaryItems
[out,retval] A collection of the current results of compilation.

Return Value

One of the standard HRESULT values.

Remarks

The returned IEnumBinaryItems Interface should be discarded when IBinaryItemsChangedHandler::BinaryItemsChanged is raised as it is no longer valid. If the project has not been compiled since the last change, this will compile the project.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IBinaryManager Interface