System.UnlockResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnlockResource(ResData: HGLOBAL): LongBool;

C++

extern DELPHI_PACKAGE LongBool __fastcall UnlockResource(NativeUInt ResData);

Properties

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

Description

Returns False.

Note: This function does not unlock anything.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.UnlockResource&oldid=165064"