Hex Editor
Hex Editor - Binary File Editing Software for Windows

IFileDocument.ReverseOp Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  ReverseOp ( [in]   IMultiSelection  pSelection, [in]   enum ReverseOpType  type, [in]   enum OperandSizeType  opsize) ;
Native (C++):
HRESULT  ReverseOp ( [in]   IMultiSelection *  pSelection, [in]   enum ReverseOpType  type, [in]   enum OperandSizeType  opsize) ;
Parameters
pSelection The multiple selection object which contains ranges for this operation to work on. type The operation to perform. Can be one of the following values:
Operation Type Value Description
ReverseOpBits 0 Reverse bits in a selection
ReverseOpBytes 1 Reverse bytes in a selection
opsize Specifies the operand size. Can be one of the following values:
Operand Size Value Description
OperandSizeByte 0 8-bit integer (BYTE). Cannot be used with ReverseOpBytes operation.
OperandSizeWord 1 16-bit integer (WORD).
OperandSizeDword 2 32-bit integer (DWORD).
OperandSizeQword 3 64-bit integer (QWORD).
Return Value
S_OK or standard OLE error code.
Remarks
Performs a bit or byte reverse operation on a given selection. Complexity: linear-time, depending on selection's complexity.
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.