IDebugReference2::SetValueAsString
Sets the value of a reference from a string. Reserved for future use.
Syntax
Parameters
pszValue
[in] The value as a string.
dwRadix
[in] The radix to be used in formatting any numerical information.
dwTimeout
[in] Maximum time, in milliseconds, to wait before returning from this method. Use INFINITE
to wait indefinitely.
Return Value
Always returns E_NOTIMPL
.