RsrcMapEntry
RsrcMapEntry Obtain offset in resource map for a handle's entry Handle rHandle ; handle of a resource in an open file offset specifies the location of a particular resource entry.
rHandle is a valid resource handle. It is a value obtained via GetResource, map which contains the start of the resource entry for rHandle . A
return value of NIL indicates an error and ResError will return
Notes: The low-memory global variable TopMapHndl (0xA50) contains a handle leading to the start of the resource map of the current resource file.