IDebugReference2::SetReferenceType

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Sets the reference type. Reserved for future use.

Syntax

HRESULT SetReferenceType ( 
   REFERENCE_TYPE dwRefType
);
int SetReferenceType ( 
   enum_REFERENCE_TYPE dwRefType
);

Parameters

dwRefType
[in] A value from the REFERENCE_TYPE enumeration that specifies the reference type.

Return Value

Always returns E_NOTIMPL.

See also