System.LoadResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoadResource(ModuleHandle: HMODULE; ResHandle: TResourceHandle): HGLOBAL; stdcall;

C++

extern "C" NativeUInt __stdcall LoadResource(NativeUInt ModuleHandle, NativeUInt ResHandle);

Properties

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

Description

Returns a handler to the data of a resource.

To get a pointer to the data of a resource, call LockResource.

See Also