|
DataBloc::ReadDWORD
The DataBloc::ReadDWORD function reads a 32 bits integer
from the memory block.
Syntax
[number] ReadDWORD(
[number] Offset
);
Parameters
- Offset
- [number] Index in the memory block where the value will be
read. It must be between 0 and Size-4.
Return Value
A number representing the value of the four bytes read in the
memory block.
This function typically fails for the following reason:
- The Offset parameter is not in the
range of possible valid values.
Remarks
None.
Function Information
| Object |
DataBloc |
| Availability |
Messenger Plus! Live 4.00 |
See Also
DataBloc Object, WriteDWORD.
|