Share via


IJsDebugDataTarget::ReadBSTR Method

Reads a BSTR from the debug target.

Syntax

HRESULT ReadBSTR(  
   UINT64 address,  
   BSTR *pString  
);  

Parameters

address
[in] The address to read from.

pString
[out] The BSTR read from the debug target.

Return Value

Remarks

Returns E_JsDEBUG_INVALID_MEMORY_ADDRESS if the address is not valid.

Requirements

Header: jscript9diag.h

See also

IJsDebugDataTarget Interface