Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.