Resource library RsrcLoad() RsrcXtype()
Programming guideline of WinDom

RsrcFree()

NAME
RsrcFree - Release from memory the resource.

PROTOTYPAGE

int RsrcFree( char *rsrcfile);

PARAMETERS

return: 0 if no error.

DESCRIPTION

RsrcFree() releases from memory the resource loaded by RsrcLoad(). This function replaces the AES rsrc_free() function.

SEE ALSO

RsrcFree()