Condividi tramite


IDebugPointerObject3:: GetPointerAddress

Viene recuperato l'indirizzo del puntatore.

HRESULT GetPointerAddress (
   UINT64* puAddress
);
int GetPointerAddress (
   out ulong puAddress
);

Parametri

  • puAddress
    [out] Restituisce l'indirizzo del puntatore.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugPointerObject3