CreateReference Method

 

Creates an instance of IReference Interface for the given name and hint path.

HRESULT CreateReference( BSTR bstrName, BSTR bstrHintPath, IReference** ppReference);

Parameters

bstrName

[in] The name of the reference.

bstrHintPath

[in] A hint path to the reference assembly.

ppReference

[out, retval] The created new IReference Interface instance.

One of the standard HRESULT values.

This method is defined in the file vsta.h.

Requirements

DLL

VstaCore.dll

Library

VstaCore.lib

Header

Vsta.h

Show: