[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Load a resource for use
Source position: resh.inc line 39
function LoadResource( |
ModuleHandle: HMODULE; |
ResHandle: TResourceHandle |
):HGLOBAL; |
LoadResource loads a resource identified by ResHandle from a module identified by ModuleHandleinto memory. It returns a handle to the resource.
Loaded resources must be unloaded again using the FreeResource function.
On error, 0 is returned.
|
Locate a resource and return a handle to it. |
|
|
Free a loaded resource |
|
|
Return the size of a particular resource |
|
|
Lock a resource |
|
|
Unlock a previously locked resource |
|
|
Free a loaded resource |
No notes exist for this page yet.