[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ResourceFree( hResource ) -> nil /* API = FreeResource() */
------------------------------------------------------------------------------
PARAMETER:
<hResource> Is the handle that identifies the target resource. This
handle is assumed to have been created by using
LoadResource
DESCRIPTION:
The FreeResource function decrements (decreases by one) the reference
count of a loaded resource. When the reference count reaches zero, the
memory occupied by the resource is freed.
The reference count for a resource is incremented (increased by one) each
time an application calls the LoadResource function for the resource.
SOURCE:
SOURCE\WINAPI\RESOURCES.C
See Also:
LoadResource
FreeResources
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson