This is a little demo of a rather complicated API for enumerating resource types and
resource names. 

 Prior to the enumeration, the exe or dll is loaded into memory
by loadlibraryEX.  In the kill method the module is freed. 

A resource type or name may be a number or string. If you retrieve a 
pointer to a string and the address is very low number then assume it is a numeric resoruce
and not a string pointer. 

First enum resource types and then for each type get the resoruce name putting the 
results in the various queues.

The ExtractIcon code has been disabled as I am not willing to give away the DOSFM class
that does all the work of writing the extracted icon to disk.


Jim Kane
Team TopSpeed