[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Lock a resource
Source position: resh.inc line 36
function LockResource( |
ResData: HGLOBAL |
):Pointer; |
LockResourcelocks a resource previously loaded by LoadResourceinto memory. This means that any attempt to modify the resource will fail while it is locked. The function returns a pointer to the resource location in memory.
The resource can be freed again using the UnlockResourcefunction.
if the function fails, Nilis returned.
|
Locate a resource and return a handle to it. |
|
|
Free a loaded resource |
|
|
Return the size of a particular resource |
|
|
Load a resource for use |
|
|
Unlock a previously locked resource |
|
|
Free a loaded resource |