System.TMarshal.WriteInt32
Delphi
class procedure WriteInt32(const Ptr: TPtrWrapper; Ofs: NativeInt; Value: Integer); overload;
class procedure WriteInt32(const 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.