System.SizeofResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SizeofResource(ModuleHandle: HMODULE; ResHandle: TResourceHandle): Integer; stdcall;

Properties

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

Description

Returns the size of a resource, in bytes.

SizeofResource returns the size of a resource, in bytes, or 0 if it fails.

See Also