System.FreeResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FreeResource(ResData: HGLOBAL): LongBool; stdcall;

C++

extern "C" LongBool __stdcall FreeResource(NativeUInt ResData);

Properties

Type Visibility Source Unit Parent
function external public
WindowsAPIs.INC
System.hpp
System System

Description

Returns True.

Note: This function does not free anything.

See Also