Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the value of the object from a consecutive series of bytes.
Syntax
Parameters
pValue
[in] An array of bytes representing the new value.
nSize
[in] The size of the value in bytes.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The values in the array are copied into this IDebugObject object, replacing any existing value. The size of the new value can be larger or smaller than the existing value. This IDebugObject cannot be a null reference.