Share via


IDebugReference2::SetValueAsString

Sets the value of a reference from a string. Reserved for future use.

HRESULT SetValueAsString ( 
   LPCOLESTR pszValue,
   DWORD     dwRadix,
   DWORD     dwTimeout
);
int SetValueAsString ( 
   string pszValue,
   uint   dwRadix,
   uint   dwTimeout
);

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.

See Also

Reference

IDebugReference2