[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Free a loaded resource
Source position: resh.inc line 38
function FreeResource( |
ResData: HGLOBAL |
):LongBool; |
FreeResourceunloads the resource identified by ResDatafrom memory. The resource must have been loaded by LoadResource. It returns Trueif the operation was succesful, Falseotherwise.
On error, Falseis returned.
|
Locate a resource and return a handle to it. |
|
|
Load a resource for use |
|
|
Return the size of a particular resource |
|
|
Lock a resource |
|
|
Unlock a previously locked resource |
|
|
Free a loaded resource |