Messenger Plus! Live - Scripting Documentation

The DataBloc::ReadInterfacePtr function reads an IDispatch pointer (32bits) from the memory block and return the corresponding object.

Syntax

[object] ReadInterfacePtr(
    [number] Offset
);

Parameters

Offset
[number] Index in the memory block where the pointer will be read. It must point to a valid IDispatch pointer.

Return Value

An object based on the IDispatch pointer read from the memory block. Messenger Plus! doesn't check the validity of the pointer, if the data read is not valid, Messenger may crash.

This function typically fails for the following reason:

Remarks

This function, although marked as being available since Messenger Plus! Live 4.00, was not properly functional before version 4.80.

Function Information

Object DataBloc
Availability Messenger Plus! Live 4.00

See Also

DataBloc Object, WriteInterfacePtr.