System.TMarshal.ReadInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ReadInt64(const Ptr: TPtrWrapper; Ofs: NativeInt = 0): Int64;

Properties

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

Description

Reads a 64-bit integer from a block of memory.

ReadInt64 reads a 64-bit integer at offset Ofs from a block of memory referenced by the Ptr wrapped pointer.

ReadInt64 has an implied offset of 0.

See Also