IDebugProperty2::GetReferenceIDebugProperty2::GetReference
Retorna uma referência para o valor da propriedade.Returns a reference to the property's value.
SintaxeSyntax
HRESULT GetReference(
IDebugReference2** ppReference
);
int GetReference(
out IDebugReference2 ppReference
);
ParâmetrosParameters
ppRererence
[out] Retorna um IDebugReference2 objeto que representa uma referência para o valor da propriedade.[out] Returns an IDebugReference2 object representing a reference to the property's value.
Valor de retornoReturn Value
Se for bem-sucedido, retornará S_OK
; caso contrário, retorna um código de erro, geralmente E_NOTIMPL
ou E_GETREFERENCE_NO_REFERENCE
.If successful, returns S_OK
; otherwise, returns an error code, typically E_NOTIMPL
or E_GETREFERENCE_NO_REFERENCE
.
Consulte tambémSee also
Comentários
Carregando comentários...