Operators |
get_serialized_item_ptr — Access the data pointer of a serialized item.
It is not recommended to use the operator get_serialized_item_ptr in HDevelop.
get_serialized_item_ptr( : : SerializedItemHandle : Pointer, Size)
get_serialized_item_ptr returns the data pointer to the serialized item which is passed by the handle SerializedItemHandle (see fwrite_serialized_item for an introduction of the basics of serialization). The data pointer, i.e., the beginning of the serialized item is returned by the parameter Pointer. The size of the serialized item in bytes is passed by the parameter Size.
Handle of the serialized item.
Data pointer of the serialized item.
Size of the serialized item.
If the parameters are valid, the operator get_serialized_item_ptr returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Foundation
Operators |