System.LockResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LockResource(ResData: HGLOBAL): Pointer; stdcall;

C++

extern "C" void * __stdcall LockResource(NativeUInt ResData);

Properties

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

Description

Returns a pointer to a resource.

Note: This function does not lock anything.

See Also