API:System.ReallocMemory

From RAD Studio API Documentation
Revision as of 20:45, 11 March 2016 by BuildBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ReallocMemory(P: Pointer; Size: NativeInt): Pointer; cdecl;

C++

extern DELPHI_PACKAGE void * __cdecl ReallocMemory(void * P, NativeInt Size);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!