System.TMarshal.ReadPtr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ReadPtr(Ptr: TPtrWrapper; Ofs: NativeInt = 0): TPtrWrapper;

Properties

Type Visibility Source Unit Parent
function public System.pas System TMarshal

Description

Reads a wrapped pointer from a block of memory.

ReadPtr reads a wrapped pointer at offset Ofs from a block of memory referenced by the Ptr wrapped pointer.

ReadPtr has an implied offset of 0.

See Also