IRemoteToolCommand::ModifyBYTES (Compact 2013)
3/26/2014
Modifies a BYTE array value in a random-access command packet.
For more information, see IRemoteToolCommand::SetBYTESModifiable.
Syntax
HRESULT ModifyBYTES([in] DWORD dwHandle, [in] DWORD dwOffset, [in] VARIANT value)
Parameters
dwHandle
The handle to the BYTE array to modify.This is returned from IRemoteToolCommand::SetBYTESModifiable.
- dwOffset
The offset to the starting byte of the BYTE array that you want to modify with value.
- value
The BYTE array that you want to use as a replacement.
Return Value
E_INVALIDARG if value is not a BYTE array.
E_FAIL if value is NULL or if the BYTE array cannot be accessed with the given dwHandle.
S_OK if successful.