System.TMarshal.WriteInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure WriteInt32(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Integer); overload;
class procedure WriteInt32(Ptr: TPtrWrapper; Value: Integer); overload;

Properties

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

Description

Writes a 32-bit integer into a block of memory.

WriteInt32 writes a 32-bit integer at offset Ofs into a block of memory referenced by the Ptr wrapped pointer.

See Also