Programming guideline of WinDom
- NAME
-
RsrcXfree - release a resource loaded by RsrcXload()
- PROTOTYPAGE
-
void RsrcXload( void *rsc);
- PARAMETERS
-
- rsc:
- resource to release.
- DESCRIPTION
-
RsrcXfree() release a resource loaded by RsrcXload(). The
parameter rsc is provided by RsrcXload().
- SEE ALSO
-
RsrcXload()