Edit

Share via


IDebugProperty2::GetReference

Returns a reference to the property's value.

Syntax

int GetReference(
   out IDebugReference2 ppReference
);

Parameters

ppRererence
[out] Returns an IDebugReference2 object representing a reference to the property's value.

Return Value

If successful, returns S_OK; otherwise, returns an error code, typically E_NOTIMPL or E_GETREFERENCE_NO_REFERENCE.

See also