System.LoadResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function external public WindowsAPIs.INC 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