List of Resource No in Windows System DLL

List of Resource No in Windows System DLL

Postby Jimmy » Thu Feb 16, 2023 5:33 am

hi,

you can access Windows System DLL but you need to know it´s Resource No.

this is the Way to get hIcon from DLL
Code: Select all  Expand view
LOCAL WinDir     := GETENV( "Windir" )

   cDLL   := WinDir+"\System32\NetShell.dll"
   hModule := GetModuleHandle( cDLL )
   IF hModule == 0
      hModule := LoadLibrary( cDLL )
   ENDIF
   hIcon := LOADIMAGERESICON(hModule, 2301, 16 ) // hModule, ResID, Size

use Array with WinDir+"\System32\"
use 2nd Array Element as ResID

don´t forget to "clean-up" after use hIcon
Code: Select all  Expand view
  DestroyIcon(hIcon)


here a List i found out which Resource No. are valid

Code: Select all  Expand view
FUNCTION Get_Array()
LOCAL aRet := {}
AADD(aRet,{"DDORes.dll",      2001,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2011,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2013,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2014,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2015,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2018,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2032,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2033,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2035,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2061,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2066,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2067,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2068,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2076,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2078,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2102,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2106,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2107,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2108,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2109,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2114,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2115,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2143,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2169,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2174,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2201,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2202,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2207,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2210,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2212,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2214,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2241,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2302,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2305,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2307,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2308,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2354,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2355,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2356,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2357,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2358,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2359,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2361,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2362,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2363,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2371,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2372,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2374,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2376,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2378,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2381,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2383,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2389,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2412,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2413,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2414,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2419,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      2431,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2433,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2434,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2435,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2436,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2437,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2438,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2439,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2440,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2441,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2442,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2443,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2444,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2445,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2446,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2447,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2511,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2512,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2516,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2519,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2521,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2522,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2524,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2525,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2526,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2551,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2552,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2553,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2554,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      2555,"06.01.7601"})
AADD(aRet,{"DDORes.dll",      3001,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3011,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3012,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3013,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3014,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3015,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3021,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3022,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3023,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3031,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3041,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3042,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3043,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3044,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3051,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3061,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3062,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3063,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3071,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3072,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3073,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3074,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3081,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3082,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3083,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3084,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3085,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3091,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3092,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3093,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3094,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3095,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3096,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3097,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3098,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3099,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3100,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3101,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3111,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3121,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3131,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3132,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3133,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3134,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3141,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3151,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3152,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3153,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3154,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3155,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3157,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3161,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3165,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3169,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3173,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3181,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3182,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3183,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3184,"06.02.9200"})
AADD(aRet,{"DDORes.dll",      3185,"06.02.9200"})

AADD(aRet,{"comres.dll",         1,"06.01.7601"})
AADD(aRet,{"comres.dll",       808,"06.01.7601"})
AADD(aRet,{"comres.dll",       809,"06.01.7601"})
AADD(aRet,{"comres.dll",      2360,"06.01.7601"})
AADD(aRet,{"comres.dll",      2855,"06.01.7601"})
AADD(aRet,{"comres.dll",      2856,"06.01.7601"})
AADD(aRet,{"comres.dll",      2857,"06.01.7601"})
AADD(aRet,{"comres.dll",      2858,"06.01.7601"})
AADD(aRet,{"comres.dll",      2859,"06.01.7601"})
AADD(aRet,{"comres.dll",      2860,"06.01.7601"})
AADD(aRet,{"comres.dll",      2861,"06.01.7601"})
AADD(aRet,{"comres.dll",      2862,"06.01.7601"})
AADD(aRet,{"comres.dll",      2863,"06.01.7601"})
AADD(aRet,{"comres.dll",      2864,"06.01.7601"})
AADD(aRet,{"comres.dll",      2865,"06.01.7601"})
AADD(aRet,{"comres.dll",      2866,"06.01.7601"})
AADD(aRet,{"comres.dll",      2867,"06.01.7601"})
AADD(aRet,{"comres.dll",      2868,"06.01.7601"})
AADD(aRet,{"comres.dll",      2869,"06.01.7601"})
AADD(aRet,{"comres.dll",      2870,"06.01.7601"})

AADD(aRet,{"dmdskres.dll",       344,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       360,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       361,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       362,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       364,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       366,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       367,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       368,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       369,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       370,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       371,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       372,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       373,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       377,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       420,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       454,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       455,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       456,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       457,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       458,"06.01.7601"})
AADD(aRet,{"dmdskres.dll",       459,"06.01.7601"})

AADD(aRet,{"dsuiext.dll",      4096,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4097,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4098,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4099,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4100,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4102,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4106,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4108,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4110,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4111,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4112,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4113,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4114,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4115,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4116,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4117,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4118,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4119,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4120,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4121,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4122,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4123,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4124,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4125,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4126,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4127,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4128,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4129,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4130,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4131,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4132,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4133,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4134,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4135,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4136,"06.01.7601"})
AADD(aRet,{"dsuiext.dll",      4137,"06.01.7601"})

AADD(aRet,{"ieframe.dll",       100,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       101,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       102,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       104,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       105,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       106,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       107,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       108,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       109,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       110,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       111,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       112,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       113,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       114,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       115,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       116,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       117,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       118,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       190,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       191,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       192,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       204,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       210,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       211,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       212,"06.01.7601"})
AADD(aRet,{"ieframe.dll",       300,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1488,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1489,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1490,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1504,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1505,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1506,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1507,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1508,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1509,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1510,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1511,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1512,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1513,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1520,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1521,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      1522,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      2009,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      2021,"06.01.7601"})
AADD(aRet,{"ieframe.dll",      3002,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     10399,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     13104,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17319,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17360,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17361,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17362,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17363,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17365,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     17411,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     18189,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     18190,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     18211,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     18212,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     18213,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20780,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20782,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20783,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20784,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20785,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20786,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20790,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20797,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20801,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20802,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20803,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20804,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     20805,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     30785,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     30788,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31025,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31026,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31048,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31049,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31056,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31058,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31059,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31061,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31062,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31063,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31064,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31065,"06.02.9200"})
AADD(aRet,{"ieframe.dll",     31073,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31074,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31076,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31077,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31078,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31079,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31080,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31082,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31083,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31084,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31085,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     31086,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36865,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36866,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36867,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36869,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36870,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36871,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36872,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36880,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36881,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36882,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36883,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36884,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     36885,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     38738,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     38786,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     38913,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     41755,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     42024,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     42025,"06.01.7601"})
AADD(aRet,{"ieframe.dll",     53290,"06.01.7601"})

AADD(aRet,{"imageres.dll",         2,"06.01.7601"})
AADD(aRet,{"imageres.dll",         3,"06.01.7601"})
AADD(aRet,{"imageres.dll",         4,"06.01.7601"})
AADD(aRet,{"imageres.dll",         5,"06.01.7601"})
AADD(aRet,{"imageres.dll",         6,"06.01.7601"})
AADD(aRet,{"imageres.dll",         8,"06.01.7601"})
AADD(aRet,{"imageres.dll",         9,"06.01.7601"})
AADD(aRet,{"imageres.dll",        10,"06.01.7601"})
AADD(aRet,{"imageres.dll",        14,"06.01.7601"})
AADD(aRet,{"imageres.dll",        15,"06.01.7601"})
AADD(aRet,{"imageres.dll",        17,"06.01.7601"})
AADD(aRet,{"imageres.dll",        18,"06.01.7601"})
AADD(aRet,{"imageres.dll",        19,"06.01.7601"})
AADD(aRet,{"imageres.dll",        20,"06.01.7601"})
AADD(aRet,{"imageres.dll",        21,"06.01.7601"})
AADD(aRet,{"imageres.dll",        22,"06.01.7601"})
AADD(aRet,{"imageres.dll",        23,"06.01.7601"})
AADD(aRet,{"imageres.dll",        24,"06.01.7601"})
AADD(aRet,{"imageres.dll",        25,"06.01.7601"})
AADD(aRet,{"imageres.dll",        26,"06.01.7601"})
AADD(aRet,{"imageres.dll",        27,"06.01.7601"})
AADD(aRet,{"imageres.dll",        28,"06.01.7601"})
AADD(aRet,{"imageres.dll",        29,"06.01.7601"})
AADD(aRet,{"imageres.dll",        30,"06.01.7601"})
AADD(aRet,{"imageres.dll",        31,"06.01.7601"})
AADD(aRet,{"imageres.dll",        32,"06.01.7601"})
AADD(aRet,{"imageres.dll",        33,"06.01.7601"})
AADD(aRet,{"imageres.dll",        34,"06.01.7601"})
AADD(aRet,{"imageres.dll",        35,"06.01.7601"})
AADD(aRet,{"imageres.dll",        36,"06.01.7601"})
AADD(aRet,{"imageres.dll",        37,"06.01.7601"})
AADD(aRet,{"imageres.dll",        38,"06.01.7601"})
AADD(aRet,{"imageres.dll",        39,"06.01.7601"})
AADD(aRet,{"imageres.dll",        40,"06.01.7601"})
AADD(aRet,{"imageres.dll",        41,"06.01.7601"})
AADD(aRet,{"imageres.dll",        42,"06.01.7601"})
AADD(aRet,{"imageres.dll",        43,"06.01.7601"})
AADD(aRet,{"imageres.dll",        44,"06.01.7601"})
AADD(aRet,{"imageres.dll",        45,"06.01.7601"})
AADD(aRet,{"imageres.dll",        46,"06.01.7601"})
AADD(aRet,{"imageres.dll",        47,"06.01.7601"})
AADD(aRet,{"imageres.dll",        48,"06.01.7601"})
AADD(aRet,{"imageres.dll",        49,"06.01.7601"})
AADD(aRet,{"imageres.dll",        50,"06.01.7601"})
AADD(aRet,{"imageres.dll",        51,"06.01.7601"})
AADD(aRet,{"imageres.dll",        52,"06.01.7601"})
AADD(aRet,{"imageres.dll",        53,"06.01.7601"})
AADD(aRet,{"imageres.dll",        54,"06.01.7601"})
AADD(aRet,{"imageres.dll",        55,"06.01.7601"})
AADD(aRet,{"imageres.dll",        56,"06.01.7601"})
AADD(aRet,{"imageres.dll",        57,"06.01.7601"})
AADD(aRet,{"imageres.dll",        58,"06.01.7601"})
AADD(aRet,{"imageres.dll",        59,"06.01.7601"})
AADD(aRet,{"imageres.dll",        60,"06.01.7601"})
AADD(aRet,{"imageres.dll",        61,"06.01.7601"})
AADD(aRet,{"imageres.dll",        62,"06.01.7601"})
AADD(aRet,{"imageres.dll",        63,"06.01.7601"})
AADD(aRet,{"imageres.dll",        64,"06.01.7601"})
AADD(aRet,{"imageres.dll",        65,"06.01.7601"})
AADD(aRet,{"imageres.dll",        66,"06.01.7601"})
AADD(aRet,{"imageres.dll",        67,"06.01.7601"})
AADD(aRet,{"imageres.dll",        68,"06.01.7601"})
AADD(aRet,{"imageres.dll",        69,"06.01.7601"})
AADD(aRet,{"imageres.dll",        70,"06.01.7601"})
AADD(aRet,{"imageres.dll",        71,"06.01.7601"})
AADD(aRet,{"imageres.dll",        72,"06.01.7601"})
AADD(aRet,{"imageres.dll",        73,"06.01.7601"})
AADD(aRet,{"imageres.dll",        74,"06.01.7601"})
AADD(aRet,{"imageres.dll",        75,"06.01.7601"})
AADD(aRet,{"imageres.dll",        76,"06.01.7601"})
AADD(aRet,{"imageres.dll",        77,"06.01.7601"})
AADD(aRet,{"imageres.dll",        78,"06.01.7601"})
AADD(aRet,{"imageres.dll",        79,"06.01.7601"})
AADD(aRet,{"imageres.dll",        80,"06.01.7601"})
AADD(aRet,{"imageres.dll",        81,"06.01.7601"})
AADD(aRet,{"imageres.dll",        82,"06.01.7601"})
AADD(aRet,{"imageres.dll",        83,"06.01.7601"})
AADD(aRet,{"imageres.dll",        84,"06.01.7601"})
AADD(aRet,{"imageres.dll",        85,"06.01.7601"})
AADD(aRet,{"imageres.dll",        86,"06.01.7601"})
AADD(aRet,{"imageres.dll",        87,"06.01.7601"})
AADD(aRet,{"imageres.dll",        88,"06.01.7601"})
AADD(aRet,{"imageres.dll",        89,"06.01.7601"})
AADD(aRet,{"imageres.dll",        90,"06.01.7601"})
AADD(aRet,{"imageres.dll",        91,"06.01.7601"})
AADD(aRet,{"imageres.dll",        92,"06.01.7601"})
AADD(aRet,{"imageres.dll",        93,"06.01.7601"})
AADD(aRet,{"imageres.dll",        94,"06.01.7601"})
AADD(aRet,{"imageres.dll",        95,"06.01.7601"})
AADD(aRet,{"imageres.dll",        96,"06.01.7601"})
AADD(aRet,{"imageres.dll",        97,"06.01.7601"})
AADD(aRet,{"imageres.dll",        98,"06.01.7601"})
AADD(aRet,{"imageres.dll",        99,"06.01.7601"})
AADD(aRet,{"imageres.dll",       100,"06.01.7601"})
AADD(aRet,{"imageres.dll",       101,"06.01.7601"})
AADD(aRet,{"imageres.dll",       102,"06.01.7601"})
AADD(aRet,{"imageres.dll",       103,"06.01.7601"})
AADD(aRet,{"imageres.dll",       104,"06.01.7601"})
AADD(aRet,{"imageres.dll",       105,"06.01.7601"})
AADD(aRet,{"imageres.dll",       106,"06.01.7601"})
AADD(aRet,{"imageres.dll",       107,"06.01.7601"})
AADD(aRet,{"imageres.dll",       108,"06.01.7601"})
AADD(aRet,{"imageres.dll",       109,"06.01.7601"})
AADD(aRet,{"imageres.dll",       110,"06.01.7601"})
AADD(aRet,{"imageres.dll",       111,"06.01.7601"})
AADD(aRet,{"imageres.dll",       112,"06.01.7601"})
AADD(aRet,{"imageres.dll",       113,"06.01.7601"})
AADD(aRet,{"imageres.dll",       114,"06.01.7601"})
AADD(aRet,{"imageres.dll",       115,"06.01.7601"})
AADD(aRet,{"imageres.dll",       116,"06.01.7601"})
AADD(aRet,{"imageres.dll",       117,"06.01.7601"})
AADD(aRet,{"imageres.dll",       119,"06.01.7601"})
AADD(aRet,{"imageres.dll",       120,"06.01.7601"})
AADD(aRet,{"imageres.dll",       121,"06.01.7601"})
AADD(aRet,{"imageres.dll",       122,"06.01.7601"})
AADD(aRet,{"imageres.dll",       123,"06.01.7601"})
AADD(aRet,{"imageres.dll",       124,"06.01.7601"})
AADD(aRet,{"imageres.dll",       125,"06.01.7601"})
AADD(aRet,{"imageres.dll",       126,"06.01.7601"})
AADD(aRet,{"imageres.dll",       127,"06.01.7601"})
AADD(aRet,{"imageres.dll",       128,"06.01.7601"})
AADD(aRet,{"imageres.dll",       129,"06.01.7601"})
AADD(aRet,{"imageres.dll",       130,"06.01.7601"})
AADD(aRet,{"imageres.dll",       131,"06.01.7601"})
AADD(aRet,{"imageres.dll",       132,"06.01.7601"})
AADD(aRet,{"imageres.dll",       133,"06.01.7601"})
AADD(aRet,{"imageres.dll",       134,"06.01.7601"})
AADD(aRet,{"imageres.dll",       135,"06.01.7601"})
AADD(aRet,{"imageres.dll",       136,"06.01.7601"})
AADD(aRet,{"imageres.dll",       137,"06.01.7601"})
AADD(aRet,{"imageres.dll",       138,"06.01.7601"})
AADD(aRet,{"imageres.dll",       139,"06.01.7601"})
AADD(aRet,{"imageres.dll",       140,"06.01.7601"})
AADD(aRet,{"imageres.dll",       141,"06.01.7601"})
AADD(aRet,{"imageres.dll",       142,"06.01.7601"})
AADD(aRet,{"imageres.dll",       143,"06.01.7601"})
AADD(aRet,{"imageres.dll",       144,"06.01.7601"})
AADD(aRet,{"imageres.dll",       145,"06.01.7601"})
AADD(aRet,{"imageres.dll",       146,"06.01.7601"})
AADD(aRet,{"imageres.dll",       147,"06.01.7601"})
AADD(aRet,{"imageres.dll",       148,"06.01.7601"})
AADD(aRet,{"imageres.dll",       149,"06.01.7601"})
AADD(aRet,{"imageres.dll",       150,"06.01.7601"})
AADD(aRet,{"imageres.dll",       151,"06.01.7601"})
AADD(aRet,{"imageres.dll",       152,"06.01.7601"})
AADD(aRet,{"imageres.dll",       155,"06.01.7601"})
AADD(aRet,{"imageres.dll",       157,"06.01.7601"})
AADD(aRet,{"imageres.dll",       158,"06.01.7601"})
AADD(aRet,{"imageres.dll",       159,"06.01.7601"})
AADD(aRet,{"imageres.dll",       160,"06.01.7601"})
AADD(aRet,{"imageres.dll",       161,"06.01.7601"})
AADD(aRet,{"imageres.dll",       162,"06.01.7601"})
AADD(aRet,{"imageres.dll",       163,"06.01.7601"})
AADD(aRet,{"imageres.dll",       164,"06.01.7601"})
AADD(aRet,{"imageres.dll",       165,"06.01.7601"})
AADD(aRet,{"imageres.dll",       166,"06.01.7601"})
AADD(aRet,{"imageres.dll",       167,"06.01.7601"})
AADD(aRet,{"imageres.dll",       168,"06.01.7601"})
AADD(aRet,{"imageres.dll",       169,"06.01.7601"})
AADD(aRet,{"imageres.dll",       170,"06.01.7601"})
AADD(aRet,{"imageres.dll",       171,"06.01.7601"})
AADD(aRet,{"imageres.dll",       172,"06.01.7601"})
AADD(aRet,{"imageres.dll",       173,"06.01.7601"})
AADD(aRet,{"imageres.dll",       174,"06.01.7601"})
AADD(aRet,{"imageres.dll",       175,"06.01.7601"})
AADD(aRet,{"imageres.dll",       176,"06.01.7601"})
AADD(aRet,{"imageres.dll",       177,"06.01.7601"})
AADD(aRet,{"imageres.dll",       178,"06.01.7601"})
AADD(aRet,{"imageres.dll",       179,"06.01.7601"})
AADD(aRet,{"imageres.dll",       180,"06.01.7601"})
AADD(aRet,{"imageres.dll",       181,"06.01.7601"})
AADD(aRet,{"imageres.dll",       182,"06.01.7601"})
AADD(aRet,{"imageres.dll",       183,"06.01.7601"})
AADD(aRet,{"imageres.dll",       184,"06.01.7601"})
AADD(aRet,{"imageres.dll",       185,"06.01.7601"})
AADD(aRet,{"imageres.dll",       186,"06.01.7601"})
AADD(aRet,{"imageres.dll",       189,"06.01.7601"})
AADD(aRet,{"imageres.dll",       190,"06.01.7601"})
AADD(aRet,{"imageres.dll",       191,"06.01.7601"})
AADD(aRet,{"imageres.dll",       192,"06.01.7601"})
AADD(aRet,{"imageres.dll",       193,"06.01.7601"})
AADD(aRet,{"imageres.dll",       194,"06.01.7601"})
AADD(aRet,{"imageres.dll",       195,"06.01.7601"})
AADD(aRet,{"imageres.dll",       196,"06.01.7601"})
AADD(aRet,{"imageres.dll",       197,"06.01.7601"})
AADD(aRet,{"imageres.dll",       198,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1001,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1002,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1003,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1004,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1005,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1008,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1010,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1013,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1014,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1015,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1017,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1018,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1020,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1021,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1022,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1023,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1024,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1025,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1026,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1027,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1029,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1030,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1031,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1032,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1033,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1034,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1035,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1036,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1037,"06.01.7601"})
AADD(aRet,{"imageres.dll",      1040,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1041,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1042,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1043,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1301,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1302,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1303,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1304,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1305,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1306,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1400,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1401,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1402,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1403,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1404,"06.02.9200"})
AADD(aRet,{"imageres.dll",      1405,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5100,"06.01.7601"})
AADD(aRet,{"imageres.dll",      5101,"06.01.7601"})
AADD(aRet,{"imageres.dll",      5102,"06.01.7601"})
AADD(aRet,{"imageres.dll",      5201,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5203,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5205,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5206,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5210,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5301,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5302,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5303,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5304,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5305,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5306,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5307,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5308,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5309,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5310,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5311,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5312,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5313,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5314,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5315,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5316,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5318,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5319,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5320,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5321,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5322,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5323,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5324,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5325,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5326,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5327,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5328,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5329,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5330,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5331,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5332,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5333,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5334,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5335,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5336,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5337,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5338,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5339,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5340,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5341,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5342,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5343,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5344,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5345,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5346,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5347,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5348,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5349,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5350,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5351,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5352,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5353,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5354,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5355,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5356,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5357,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5358,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5359,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5360,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5361,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5362,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5363,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5364,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5365,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5366,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5367,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5368,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5369,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5370,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5371,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5372,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5373,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5374,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5375,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5376,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5377,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5378,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5379,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5380,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5381,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5382,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5383,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5402,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5403,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5404,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5405,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5406,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5407,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5408,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5409,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5411,"06.02.9200"})
AADD(aRet,{"imageres.dll",      5412,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6000,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6001,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6002,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6003,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6004,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6005,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6020,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6021,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6022,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6023,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6024,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6025,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6050,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6051,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6052,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6053,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6054,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6055,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6070,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6071,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6072,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6073,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6074,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6075,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6100,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6101,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6102,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6103,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6104,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6105,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6120,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6121,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6122,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6123,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6124,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6125,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6150,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6151,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6152,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6153,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6154,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6155,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6170,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6171,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6172,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6173,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6174,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6175,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6180,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6181,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6182,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6183,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6184,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6185,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6190,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6191,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6192,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6193,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6194,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6195,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6200,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6201,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6202,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6203,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6204,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6205,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6250,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6251,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6252,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6253,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6254,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6255,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6256,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6257,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6300,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6301,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6302,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6303,"06.02.9200"})
AADD(aRet,{"imageres.dll",      6400,"06.02.9200"})
AADD(aRet,{"imageres.dll",    100000,"06.01.7601"})
AADD(aRet,{"imageres.dll",    100001,"06.01.7601"})

// Split Limit 60000 Sign Part 1
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Jimmy » Thu Feb 16, 2023 5:37 am

Part 2
Code: Select all  Expand view
AADD(aRet,{"compstui.dll",     64000,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64001,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64002,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64003,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64004,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64005,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64006,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64007,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64008,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64009,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64010,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64011,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64012,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64013,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64014,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64015,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64016,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64017,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64018,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64019,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64020,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64021,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64022,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64023,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64024,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64025,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64026,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64027,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64028,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64029,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64030,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64031,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64032,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64033,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64034,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64035,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64036,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64037,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64038,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64039,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64040,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64041,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64042,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64043,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64044,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64045,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64046,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64047,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64048,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64049,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64050,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64051,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64052,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64053,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64054,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64055,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64056,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64057,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64058,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64059,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64060,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64061,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64062,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64063,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64064,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64065,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64066,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64067,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64068,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64069,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64070,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64071,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64072,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64073,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64074,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64075,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64076,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64077,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64078,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64079,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64080,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64081,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64082,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64083,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64084,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64085,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64086,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64087,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64088,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64089,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64090,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64091,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64092,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64093,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64094,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64095,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64096,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64097,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64098,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64110,"06.01.7601"})
AADD(aRet,{"compstui.dll",     64111,"06.01.7601"})

AADD(aRet,{"mmcndmgr.dll",      1097,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",      1098,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",      1099,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30500,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30501,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30502,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30503,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30504,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30505,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30506,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30507,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30508,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30509,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30510,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30511,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30512,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30513,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30514,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30515,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30516,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30517,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30518,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30519,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30520,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30521,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30522,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30523,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30524,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30525,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30526,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30527,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30528,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30529,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30530,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30531,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30532,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30533,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30534,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30535,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30536,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30537,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30538,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30539,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30540,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30541,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30542,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30543,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30544,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30545,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30546,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30547,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30548,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30549,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30550,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30551,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30552,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30553,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30554,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30555,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30556,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30557,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30558,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30559,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30560,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30561,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30562,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30563,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30564,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30565,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30566,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30567,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30568,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30569,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30570,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30571,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30572,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30573,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30574,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30575,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30576,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30577,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30578,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30579,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30580,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30581,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30582,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30583,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30584,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30585,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30586,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30587,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30588,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30589,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30590,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30591,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30592,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30593,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30594,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30595,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30596,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30597,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30598,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30599,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30600,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30601,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30602,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30603,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30604,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30605,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30606,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30607,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30608,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30609,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30610,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30611,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30612,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30613,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30614,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30615,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30616,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30617,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30618,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30619,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30620,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30621,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30622,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30623,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30624,"06.01.7601"})
AADD(aRet,{"mmcndmgr.dll",     30625,"06.01.7601"})

AADD(aRet,{"mmres.dll",      3004,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3010,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3011,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3012,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3013,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3014,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3015,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3016,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3017,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3018,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3019,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3020,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3021,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3030,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3031,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3050,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3051,"06.01.7601"})
AADD(aRet,{"mmres.dll",      3052,"06.02.9200"})

AADD(aRet,{"moricons.dll",         1,"06.01.7601"})
AADD(aRet,{"moricons.dll",         2,"06.01.7601"})
AADD(aRet,{"moricons.dll",         3,"06.01.7601"})
AADD(aRet,{"moricons.dll",         4,"06.01.7601"})
AADD(aRet,{"moricons.dll",         5,"06.01.7601"})
AADD(aRet,{"moricons.dll",         6,"06.01.7601"})
AADD(aRet,{"moricons.dll",         7,"06.01.7601"})
AADD(aRet,{"moricons.dll",         8,"06.01.7601"})
AADD(aRet,{"moricons.dll",         9,"06.01.7601"})
AADD(aRet,{"moricons.dll",        10,"06.01.7601"})
AADD(aRet,{"moricons.dll",        11,"06.01.7601"})
AADD(aRet,{"moricons.dll",        12,"06.01.7601"})
AADD(aRet,{"moricons.dll",        13,"06.01.7601"})
AADD(aRet,{"moricons.dll",        14,"06.01.7601"})
AADD(aRet,{"moricons.dll",        15,"06.01.7601"})
AADD(aRet,{"moricons.dll",        16,"06.01.7601"})
AADD(aRet,{"moricons.dll",        17,"06.01.7601"})
AADD(aRet,{"moricons.dll",        18,"06.01.7601"})
AADD(aRet,{"moricons.dll",        19,"06.01.7601"})
AADD(aRet,{"moricons.dll",        20,"06.01.7601"})
AADD(aRet,{"moricons.dll",        21,"06.01.7601"})
AADD(aRet,{"moricons.dll",        22,"06.01.7601"})
AADD(aRet,{"moricons.dll",        23,"06.01.7601"})
AADD(aRet,{"moricons.dll",        24,"06.01.7601"})
AADD(aRet,{"moricons.dll",        25,"06.01.7601"})
AADD(aRet,{"moricons.dll",        26,"06.01.7601"})
AADD(aRet,{"moricons.dll",        27,"06.01.7601"})
AADD(aRet,{"moricons.dll",        28,"06.01.7601"})
AADD(aRet,{"moricons.dll",        29,"06.01.7601"})
AADD(aRet,{"moricons.dll",        30,"06.01.7601"})
AADD(aRet,{"moricons.dll",        31,"06.01.7601"})
AADD(aRet,{"moricons.dll",        32,"06.01.7601"})
AADD(aRet,{"moricons.dll",        33,"06.01.7601"})
AADD(aRet,{"moricons.dll",        34,"06.01.7601"})
AADD(aRet,{"moricons.dll",        35,"06.01.7601"})
AADD(aRet,{"moricons.dll",        36,"06.01.7601"})
AADD(aRet,{"moricons.dll",        37,"06.01.7601"})
AADD(aRet,{"moricons.dll",        38,"06.01.7601"})
AADD(aRet,{"moricons.dll",        39,"06.01.7601"})
AADD(aRet,{"moricons.dll",        40,"06.01.7601"})
AADD(aRet,{"moricons.dll",        41,"06.01.7601"})
AADD(aRet,{"moricons.dll",        42,"06.01.7601"})
AADD(aRet,{"moricons.dll",        43,"06.01.7601"})
AADD(aRet,{"moricons.dll",        44,"06.01.7601"})
AADD(aRet,{"moricons.dll",        45,"06.01.7601"})
AADD(aRet,{"moricons.dll",        46,"06.01.7601"})
AADD(aRet,{"moricons.dll",        47,"06.01.7601"})
AADD(aRet,{"moricons.dll",        48,"06.01.7601"})
AADD(aRet,{"moricons.dll",        49,"06.01.7601"})
AADD(aRet,{"moricons.dll",        50,"06.01.7601"})
AADD(aRet,{"moricons.dll",        51,"06.01.7601"})
AADD(aRet,{"moricons.dll",        52,"06.01.7601"})
AADD(aRet,{"moricons.dll",        53,"06.01.7601"})
AADD(aRet,{"moricons.dll",        54,"06.01.7601"})
AADD(aRet,{"moricons.dll",        55,"06.01.7601"})
AADD(aRet,{"moricons.dll",        56,"06.01.7601"})
AADD(aRet,{"moricons.dll",        57,"06.01.7601"})
AADD(aRet,{"moricons.dll",        58,"06.01.7601"})
AADD(aRet,{"moricons.dll",        59,"06.01.7601"})
AADD(aRet,{"moricons.dll",        60,"06.01.7601"})
AADD(aRet,{"moricons.dll",        61,"06.01.7601"})
AADD(aRet,{"moricons.dll",        62,"06.01.7601"})
AADD(aRet,{"moricons.dll",        63,"06.01.7601"})
AADD(aRet,{"moricons.dll",        64,"06.01.7601"})
AADD(aRet,{"moricons.dll",        65,"06.01.7601"})
AADD(aRet,{"moricons.dll",        66,"06.01.7601"})
AADD(aRet,{"moricons.dll",        67,"06.01.7601"})
AADD(aRet,{"moricons.dll",        68,"06.01.7601"})
AADD(aRet,{"moricons.dll",        69,"06.01.7601"})
AADD(aRet,{"moricons.dll",        70,"06.01.7601"})
AADD(aRet,{"moricons.dll",        71,"06.01.7601"})
AADD(aRet,{"moricons.dll",        72,"06.01.7601"})
AADD(aRet,{"moricons.dll",        73,"06.01.7601"})
AADD(aRet,{"moricons.dll",        74,"06.01.7601"})
AADD(aRet,{"moricons.dll",        75,"06.01.7601"})
AADD(aRet,{"moricons.dll",        76,"06.01.7601"})
AADD(aRet,{"moricons.dll",        77,"06.01.7601"})
AADD(aRet,{"moricons.dll",        78,"06.01.7601"})
AADD(aRet,{"moricons.dll",        79,"06.01.7601"})
AADD(aRet,{"moricons.dll",        80,"06.01.7601"})
AADD(aRet,{"moricons.dll",        81,"06.01.7601"})
AADD(aRet,{"moricons.dll",        82,"06.01.7601"})
AADD(aRet,{"moricons.dll",        83,"06.01.7601"})
AADD(aRet,{"moricons.dll",        84,"06.01.7601"})
AADD(aRet,{"moricons.dll",        85,"06.01.7601"})
AADD(aRet,{"moricons.dll",        86,"06.01.7601"})
AADD(aRet,{"moricons.dll",        87,"06.01.7601"})
AADD(aRet,{"moricons.dll",        88,"06.01.7601"})
AADD(aRet,{"moricons.dll",        89,"06.01.7601"})
AADD(aRet,{"moricons.dll",        90,"06.01.7601"})
AADD(aRet,{"moricons.dll",        91,"06.01.7601"})
AADD(aRet,{"moricons.dll",        92,"06.01.7601"})
AADD(aRet,{"moricons.dll",        93,"06.01.7601"})
AADD(aRet,{"moricons.dll",        94,"06.01.7601"})
AADD(aRet,{"moricons.dll",        95,"06.01.7601"})
AADD(aRet,{"moricons.dll",        96,"06.01.7601"})
AADD(aRet,{"moricons.dll",        97,"06.01.7601"})
AADD(aRet,{"moricons.dll",        98,"06.01.7601"})
AADD(aRet,{"moricons.dll",        99,"06.01.7601"})
AADD(aRet,{"moricons.dll",       100,"06.01.7601"})
AADD(aRet,{"moricons.dll",       101,"06.01.7601"})
AADD(aRet,{"moricons.dll",       102,"06.01.7601"})
AADD(aRet,{"moricons.dll",       103,"06.01.7601"})
AADD(aRet,{"moricons.dll",       104,"06.01.7601"})
AADD(aRet,{"moricons.dll",       105,"06.01.7601"})
AADD(aRet,{"moricons.dll",       106,"06.01.7601"})
AADD(aRet,{"moricons.dll",       107,"06.01.7601"})
AADD(aRet,{"moricons.dll",       108,"06.01.7601"})
AADD(aRet,{"moricons.dll",       109,"06.01.7601"})
AADD(aRet,{"moricons.dll",       110,"06.01.7601"})
AADD(aRet,{"moricons.dll",       111,"06.01.7601"})
AADD(aRet,{"moricons.dll",       112,"06.01.7601"})
AADD(aRet,{"moricons.dll",       113,"06.01.7601"})

AADD(aRet,{"mstsc.exe",       101,"06.01.7601"})
AADD(aRet,{"mstsc.exe",       380,"06.01.7601"})
AADD(aRet,{"mstsc.exe",       381,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13000,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13001,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13002,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13003,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13004,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13005,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13006,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13007,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13008,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13009,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13010,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13011,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13012,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13013,"06.01.7601"})
AADD(aRet,{"mstsc.exe",     13014,"06.02.9200"})
AADD(aRet,{"mstsc.exe",     20008,"06.02.9200"})
AADD(aRet,{"mstsc.exe",     20012,"06.02.9200"})
AADD(aRet,{"mstsc.exe",     20022,"06.02.9200"})
AADD(aRet,{"mstscax.dll",     13400,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13402,"06.02.9200"})
AADD(aRet,{"mstscax.dll",     13403,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13404,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13405,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13406,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13414,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13415,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13416,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13417,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13418,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13546,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     13549,"06.01.7601"})
AADD(aRet,{"mstscax.dll",     15015,"06.01.7601"})

AADD(aRet,{"netshell.dll",         2,"06.01.7601"})
AADD(aRet,{"netshell.dll",         5,"06.01.7601"})
AADD(aRet,{"netshell.dll",       100,"06.01.7601"})
AADD(aRet,{"netshell.dll",       101,"06.01.7601"})
AADD(aRet,{"netshell.dll",       102,"06.01.7601"})
AADD(aRet,{"netshell.dll",       103,"06.01.7601"})
AADD(aRet,{"netshell.dll",       104,"06.01.7601"})
AADD(aRet,{"netshell.dll",       106,"06.01.7601"})
AADD(aRet,{"netshell.dll",       107,"06.01.7601"})
AADD(aRet,{"netshell.dll",       108,"06.01.7601"})
AADD(aRet,{"netshell.dll",       111,"06.01.7601"})
AADD(aRet,{"netshell.dll",       112,"06.01.7601"})
AADD(aRet,{"netshell.dll",       113,"06.01.7601"})
AADD(aRet,{"netshell.dll",       114,"06.01.7601"})
AADD(aRet,{"netshell.dll",       115,"06.01.7601"})
AADD(aRet,{"netshell.dll",       116,"06.01.7601"})
AADD(aRet,{"netshell.dll",       121,"06.01.7601"})
AADD(aRet,{"netshell.dll",       122,"06.01.7601"})
AADD(aRet,{"netshell.dll",       123,"06.01.7601"})
AADD(aRet,{"netshell.dll",       124,"06.01.7601"})
AADD(aRet,{"netshell.dll",       125,"06.01.7601"})
AADD(aRet,{"netshell.dll",       126,"06.01.7601"})
AADD(aRet,{"netshell.dll",       127,"06.01.7601"})
AADD(aRet,{"netshell.dll",       128,"06.01.7601"})
AADD(aRet,{"netshell.dll",       141,"06.01.7601"})
AADD(aRet,{"netshell.dll",       142,"06.01.7601"})
AADD(aRet,{"netshell.dll",       143,"06.01.7601"})
AADD(aRet,{"netshell.dll",       144,"06.01.7601"})
AADD(aRet,{"netshell.dll",       145,"06.01.7601"})
AADD(aRet,{"netshell.dll",       146,"06.01.7601"})
AADD(aRet,{"netshell.dll",       151,"06.01.7601"})
AADD(aRet,{"netshell.dll",       152,"06.01.7601"})
AADD(aRet,{"netshell.dll",       153,"06.01.7601"})
AADD(aRet,{"netshell.dll",       154,"06.01.7601"})
AADD(aRet,{"netshell.dll",       171,"06.01.7601"})
AADD(aRet,{"netshell.dll",       172,"06.01.7601"})
AADD(aRet,{"netshell.dll",       173,"06.01.7601"})
AADD(aRet,{"netshell.dll",       174,"06.01.7601"})
AADD(aRet,{"netshell.dll",       181,"06.01.7601"})
AADD(aRet,{"netshell.dll",       182,"06.01.7601"})
AADD(aRet,{"netshell.dll",       183,"06.01.7601"})
AADD(aRet,{"netshell.dll",       184,"06.01.7601"})
AADD(aRet,{"netshell.dll",       185,"06.01.7601"})
AADD(aRet,{"netshell.dll",       186,"06.01.7601"})
AADD(aRet,{"netshell.dll",       190,"06.01.7601"})
AADD(aRet,{"netshell.dll",       191,"06.01.7601"})
AADD(aRet,{"netshell.dll",       192,"06.01.7601"})
AADD(aRet,{"netshell.dll",       193,"06.01.7601"})
AADD(aRet,{"netshell.dll",       194,"06.01.7601"})
AADD(aRet,{"netshell.dll",       195,"06.01.7601"})
AADD(aRet,{"netshell.dll",       196,"06.01.7601"})
AADD(aRet,{"netshell.dll",       201,"06.01.7601"})
AADD(aRet,{"netshell.dll",       202,"06.01.7601"})
AADD(aRet,{"netshell.dll",       203,"06.01.7601"})
AADD(aRet,{"netshell.dll",       204,"06.01.7601"})
AADD(aRet,{"netshell.dll",       205,"06.01.7601"})
AADD(aRet,{"netshell.dll",       206,"06.01.7601"})
AADD(aRet,{"netshell.dll",       300,"06.01.7601"})
AADD(aRet,{"netshell.dll",       302,"06.01.7601"})
AADD(aRet,{"netshell.dll",       303,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1111,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1112,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1113,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1114,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1115,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1116,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1117,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1150,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1151,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1152,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1153,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1602,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1603,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1604,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1605,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1606,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1607,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1608,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1609,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1610,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1611,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1612,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1613,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1614,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1901,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1902,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1903,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1905,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1906,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1907,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1909,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1910,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1911,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1912,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1913,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1914,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1915,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1916,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1917,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1918,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1919,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1920,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1921,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1922,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1924,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1925,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1950,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1951,"06.01.7601"})
AADD(aRet,{"netshell.dll",      1958,"06.02.9200"})
AADD(aRet,{"netshell.dll",      2102,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2103,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2106,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2107,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2108,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2111,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2112,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2113,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2131,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2132,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2133,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2141,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2142,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2143,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2181,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2182,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2183,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2201,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2202,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2203,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2300,"06.01.7601"})
AADD(aRet,{"netshell.dll",      2301,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23510,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23511,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23512,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23513,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23514,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23515,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23516,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23517,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23518,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23520,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23521,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23522,"06.01.7601"})
AADD(aRet,{"netshell.dll",     23523,"06.01.7601"})
AADD(aRet,{"netshell.dll",     67350,"06.01.7601"})
AADD(aRet,{"netshell.dll",     67368,"06.01.7601"})
AADD(aRet,{"netshell.dll",     67444,"06.01.7601"})
AADD(aRet,{"netshell.dll",     67852,"06.02.9200"})
AADD(aRet,{"netshell.dll",    100000,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100001,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100002,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100003,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100004,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100005,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100006,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100007,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100008,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100009,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100010,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100011,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100012,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100013,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100014,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100015,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100016,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100017,"06.01.7601"})
AADD(aRet,{"netshell.dll",    100018,"06.02.9200"})
AADD(aRet,{"netshell.dll",    100019,"06.02.9200"})

// Limit 60000
 
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Jimmy » Thu Feb 16, 2023 5:39 am

Part 3
Code: Select all  Expand view
AADD(aRet,{"pifmgr.dll",         1,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         2,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         3,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         4,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         5,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         6,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         7,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         8,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",         9,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        11,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        12,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        13,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        14,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        15,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        16,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        17,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        18,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        19,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        20,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        21,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        22,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        23,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        24,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        25,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        26,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        27,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        28,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        29,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        30,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        31,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        32,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        33,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        34,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        35,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        36,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        37,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        38,"06.01.7601"})
AADD(aRet,{"pifmgr.dll",        39,"06.01.7601"})

AADD(aRet,{"pnidui.dll",       100,"06.02.9200"})
AADD(aRet,{"pnidui.dll",      2400,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2401,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2402,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2403,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2404,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2405,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2406,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2407,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2408,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2409,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2410,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      2411,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3020,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3021,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3022,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3023,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3024,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3025,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3026,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3027,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3028,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3029,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3030,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3031,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3032,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3035,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3044,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3048,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3051,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3054,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3066,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3067,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3071,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3072,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3073,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3074,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3075,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3076,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3077,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3078,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3079,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3081,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3082,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3083,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3084,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3085,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3086,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3087,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3088,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3089,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3091,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3092,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3093,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3094,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3095,"06.01.7601"})
AADD(aRet,{"pnidui.dll",      3096,"06.01.7601"})
AADD(aRet,{"pnidui.dll",     40405,"06.01.7601"})
AADD(aRet,{"pnidui.dll",     40406,"06.01.7601"})
AADD(aRet,{"pnidui.dll",     40407,"06.01.7601"})

AADD(aRet,{"setupapi.dll",         1,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         2,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         3,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         4,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         5,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         6,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         7,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         8,"06.01.7601"})
AADD(aRet,{"setupapi.dll",         9,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        10,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        11,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        12,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        13,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        14,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        18,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        19,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        20,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        21,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        22,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        23,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        24,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        25,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        26,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        27,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        28,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        29,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        30,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        31,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        32,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        33,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        34,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        35,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        36,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        37,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        38,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        39,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        40,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        41,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        42,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        43,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        44,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        45,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        46,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        47,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        48,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        50,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        51,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        52,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        53,"06.01.7601"})
AADD(aRet,{"setupapi.dll",        54,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        70,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        71,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        72,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        73,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        74,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        75,"06.02.9200"})
AADD(aRet,{"setupapi.dll",        76,"06.02.9200"})
AADD(aRet,{"setupapi.dll",       159,"06.01.7601"})
AADD(aRet,{"setupapi.dll",       161,"06.01.7601"})
AADD(aRet,{"setupapi.dll",       500,"06.01.7601"})
AADD(aRet,{"setupapi.dll",       501,"06.01.7601"})
AADD(aRet,{"setupapi.dll",       502,"06.01.7601"})

AADD(aRet,{"shdocvw.dll",     36869,"06.01.7601"})
AADD(aRet,{"shdocvw.dll",     36870,"06.01.7601"})
AADD(aRet,{"shdocvw.dll",     36871,"06.01.7601"})

AADD(aRet,{"shell32.dll",         1,"06.01.7601"})
AADD(aRet,{"shell32.dll",         2,"06.01.7601"})
AADD(aRet,{"shell32.dll",         3,"06.01.7601"})
AADD(aRet,{"shell32.dll",         4,"06.01.7601"})
AADD(aRet,{"shell32.dll",         5,"06.01.7601"})
AADD(aRet,{"shell32.dll",         6,"06.01.7601"})
AADD(aRet,{"shell32.dll",         7,"06.01.7601"})
AADD(aRet,{"shell32.dll",         8,"06.01.7601"})
AADD(aRet,{"shell32.dll",         9,"06.01.7601"})
AADD(aRet,{"shell32.dll",        10,"06.01.7601"})
AADD(aRet,{"shell32.dll",        11,"06.01.7601"})
AADD(aRet,{"shell32.dll",        12,"06.01.7601"})
AADD(aRet,{"shell32.dll",        13,"06.01.7601"})
AADD(aRet,{"shell32.dll",        14,"06.01.7601"})
AADD(aRet,{"shell32.dll",        15,"06.01.7601"})
AADD(aRet,{"shell32.dll",        16,"06.01.7601"})
AADD(aRet,{"shell32.dll",        17,"06.01.7601"})
AADD(aRet,{"shell32.dll",        18,"06.01.7601"})
AADD(aRet,{"shell32.dll",        19,"06.01.7601"})
AADD(aRet,{"shell32.dll",        20,"06.01.7601"})
AADD(aRet,{"shell32.dll",        21,"06.01.7601"})
AADD(aRet,{"shell32.dll",        22,"06.01.7601"})
AADD(aRet,{"shell32.dll",        23,"06.01.7601"})
AADD(aRet,{"shell32.dll",        24,"06.01.7601"})
AADD(aRet,{"shell32.dll",        25,"06.01.7601"})
AADD(aRet,{"shell32.dll",        26,"06.01.7601"})
AADD(aRet,{"shell32.dll",        27,"06.01.7601"})
AADD(aRet,{"shell32.dll",        28,"06.01.7601"})
AADD(aRet,{"shell32.dll",        29,"06.01.7601"})
AADD(aRet,{"shell32.dll",        30,"06.01.7601"})
AADD(aRet,{"shell32.dll",        31,"06.01.7601"})
AADD(aRet,{"shell32.dll",        32,"06.01.7601"})
AADD(aRet,{"shell32.dll",        33,"06.01.7601"})
AADD(aRet,{"shell32.dll",        34,"06.01.7601"})
AADD(aRet,{"shell32.dll",        35,"06.01.7601"})
AADD(aRet,{"shell32.dll",        36,"06.01.7601"})
AADD(aRet,{"shell32.dll",        37,"06.01.7601"})
AADD(aRet,{"shell32.dll",        38,"06.01.7601"})
AADD(aRet,{"shell32.dll",        39,"06.01.7601"})
AADD(aRet,{"shell32.dll",        40,"06.01.7601"})
AADD(aRet,{"shell32.dll",        41,"06.01.7601"})
AADD(aRet,{"shell32.dll",        42,"06.01.7601"})
AADD(aRet,{"shell32.dll",        43,"06.01.7601"})
AADD(aRet,{"shell32.dll",        44,"06.01.7601"})
AADD(aRet,{"shell32.dll",        45,"06.01.7601"})
AADD(aRet,{"shell32.dll",        46,"06.01.7601"})
AADD(aRet,{"shell32.dll",        47,"06.01.7601"})
AADD(aRet,{"shell32.dll",        48,"06.01.7601"})
AADD(aRet,{"shell32.dll",        49,"06.01.7601"})
AADD(aRet,{"shell32.dll",        50,"06.01.7601"})
AADD(aRet,{"shell32.dll",        51,"06.01.7601"})
AADD(aRet,{"shell32.dll",        52,"06.01.7601"})
AADD(aRet,{"shell32.dll",        53,"06.01.7601"})
AADD(aRet,{"shell32.dll",        54,"06.01.7601"})
AADD(aRet,{"shell32.dll",       133,"06.01.7601"})
AADD(aRet,{"shell32.dll",       134,"06.01.7601"})
AADD(aRet,{"shell32.dll",       135,"06.01.7601"})
AADD(aRet,{"shell32.dll",       137,"06.01.7601"})
AADD(aRet,{"shell32.dll",       138,"06.01.7601"})
AADD(aRet,{"shell32.dll",       139,"06.01.7601"})
AADD(aRet,{"shell32.dll",       140,"06.01.7601"})
AADD(aRet,{"shell32.dll",       141,"06.01.7601"})
AADD(aRet,{"shell32.dll",       142,"06.01.7601"})
AADD(aRet,{"shell32.dll",       143,"06.01.7601"})
AADD(aRet,{"shell32.dll",       144,"06.01.7601"})
AADD(aRet,{"shell32.dll",       145,"06.01.7601"})
AADD(aRet,{"shell32.dll",       146,"06.01.7601"})
AADD(aRet,{"shell32.dll",       147,"06.01.7601"})
AADD(aRet,{"shell32.dll",       148,"06.01.7601"})
AADD(aRet,{"shell32.dll",       151,"06.01.7601"})
AADD(aRet,{"shell32.dll",       152,"06.01.7601"})
AADD(aRet,{"shell32.dll",       153,"06.01.7601"})
AADD(aRet,{"shell32.dll",       154,"06.01.7601"})
AADD(aRet,{"shell32.dll",       155,"06.01.7601"})
AADD(aRet,{"shell32.dll",       156,"06.01.7601"})
AADD(aRet,{"shell32.dll",       157,"06.01.7601"})
AADD(aRet,{"shell32.dll",       160,"06.01.7601"})
AADD(aRet,{"shell32.dll",       161,"06.01.7601"})
AADD(aRet,{"shell32.dll",       165,"06.01.7601"})
AADD(aRet,{"shell32.dll",       166,"06.01.7601"})
AADD(aRet,{"shell32.dll",       167,"06.01.7601"})
AADD(aRet,{"shell32.dll",       168,"06.01.7601"})
AADD(aRet,{"shell32.dll",       169,"06.01.7601"})
AADD(aRet,{"shell32.dll",       170,"06.01.7601"})
AADD(aRet,{"shell32.dll",       171,"06.01.7601"})
AADD(aRet,{"shell32.dll",       172,"06.01.7601"})
AADD(aRet,{"shell32.dll",       173,"06.01.7601"})
AADD(aRet,{"shell32.dll",       174,"06.01.7601"})
AADD(aRet,{"shell32.dll",       175,"06.01.7601"})
AADD(aRet,{"shell32.dll",       176,"06.01.7601"})
AADD(aRet,{"shell32.dll",       177,"06.01.7601"})
AADD(aRet,{"shell32.dll",       178,"06.01.7601"})
AADD(aRet,{"shell32.dll",       179,"06.01.7601"})
AADD(aRet,{"shell32.dll",       180,"06.01.7601"})
AADD(aRet,{"shell32.dll",       181,"06.01.7601"})
AADD(aRet,{"shell32.dll",       182,"06.01.7601"})
AADD(aRet,{"shell32.dll",       183,"06.01.7601"})
AADD(aRet,{"shell32.dll",       184,"06.01.7601"})
AADD(aRet,{"shell32.dll",       185,"06.01.7601"})
AADD(aRet,{"shell32.dll",       186,"06.01.7601"})
AADD(aRet,{"shell32.dll",       187,"06.01.7601"})
AADD(aRet,{"shell32.dll",       191,"06.01.7601"})
AADD(aRet,{"shell32.dll",       192,"06.01.7601"})
AADD(aRet,{"shell32.dll",       193,"06.01.7601"})
AADD(aRet,{"shell32.dll",       194,"06.01.7601"})
AADD(aRet,{"shell32.dll",       196,"06.01.7601"})
AADD(aRet,{"shell32.dll",       197,"06.01.7601"})
AADD(aRet,{"shell32.dll",       198,"06.01.7601"})
AADD(aRet,{"shell32.dll",       199,"06.01.7601"})
AADD(aRet,{"shell32.dll",       200,"06.01.7601"})
AADD(aRet,{"shell32.dll",       210,"06.01.7601"})
AADD(aRet,{"shell32.dll",       220,"06.01.7601"})
AADD(aRet,{"shell32.dll",       221,"06.01.7601"})
AADD(aRet,{"shell32.dll",       222,"06.01.7601"})
AADD(aRet,{"shell32.dll",       223,"06.01.7601"})
AADD(aRet,{"shell32.dll",       224,"06.01.7601"})
AADD(aRet,{"shell32.dll",       225,"06.01.7601"})
AADD(aRet,{"shell32.dll",       226,"06.01.7601"})
AADD(aRet,{"shell32.dll",       227,"06.01.7601"})
AADD(aRet,{"shell32.dll",       228,"06.01.7601"})
AADD(aRet,{"shell32.dll",       229,"06.01.7601"})
AADD(aRet,{"shell32.dll",       230,"06.01.7601"})
AADD(aRet,{"shell32.dll",       231,"06.01.7601"})
AADD(aRet,{"shell32.dll",       232,"06.01.7601"})
AADD(aRet,{"shell32.dll",       233,"06.01.7601"})
AADD(aRet,{"shell32.dll",       234,"06.01.7601"})
AADD(aRet,{"shell32.dll",       235,"06.01.7601"})
AADD(aRet,{"shell32.dll",       236,"06.01.7601"})
AADD(aRet,{"shell32.dll",       237,"06.01.7601"})
AADD(aRet,{"shell32.dll",       238,"06.01.7601"})
AADD(aRet,{"shell32.dll",       239,"06.01.7601"})
AADD(aRet,{"shell32.dll",       240,"06.01.7601"})
AADD(aRet,{"shell32.dll",       241,"06.01.7601"})
AADD(aRet,{"shell32.dll",       242,"06.01.7601"})
AADD(aRet,{"shell32.dll",       243,"06.01.7601"})
AADD(aRet,{"shell32.dll",       244,"06.01.7601"})
AADD(aRet,{"shell32.dll",       245,"06.01.7601"})
AADD(aRet,{"shell32.dll",       246,"06.01.7601"})
AADD(aRet,{"shell32.dll",       247,"06.01.7601"})
AADD(aRet,{"shell32.dll",       248,"06.01.7601"})
AADD(aRet,{"shell32.dll",       249,"06.01.7601"})
AADD(aRet,{"shell32.dll",       250,"06.01.7601"})
AADD(aRet,{"shell32.dll",       251,"06.01.7601"})
AADD(aRet,{"shell32.dll",       252,"06.01.7601"})
AADD(aRet,{"shell32.dll",       253,"06.01.7601"})
AADD(aRet,{"shell32.dll",       254,"06.01.7601"})
AADD(aRet,{"shell32.dll",       255,"06.01.7601"})
AADD(aRet,{"shell32.dll",       256,"06.01.7601"})
AADD(aRet,{"shell32.dll",       257,"06.01.7601"})
AADD(aRet,{"shell32.dll",       258,"06.01.7601"})
AADD(aRet,{"shell32.dll",       259,"06.01.7601"})
AADD(aRet,{"shell32.dll",       260,"06.01.7601"})
AADD(aRet,{"shell32.dll",       261,"06.01.7601"})
AADD(aRet,{"shell32.dll",       262,"06.01.7601"})
AADD(aRet,{"shell32.dll",       263,"06.01.7601"})
AADD(aRet,{"shell32.dll",       264,"06.01.7601"})
AADD(aRet,{"shell32.dll",       265,"06.01.7601"})
AADD(aRet,{"shell32.dll",       266,"06.01.7601"})
AADD(aRet,{"shell32.dll",       267,"06.01.7601"})
AADD(aRet,{"shell32.dll",       268,"06.01.7601"})
AADD(aRet,{"shell32.dll",       269,"06.01.7601"})
AADD(aRet,{"shell32.dll",       270,"06.01.7601"})
AADD(aRet,{"shell32.dll",       271,"06.01.7601"})
AADD(aRet,{"shell32.dll",       272,"06.01.7601"})
AADD(aRet,{"shell32.dll",       273,"06.01.7601"})
AADD(aRet,{"shell32.dll",       274,"06.01.7601"})
AADD(aRet,{"shell32.dll",       275,"06.01.7601"})
AADD(aRet,{"shell32.dll",       276,"06.01.7601"})
AADD(aRet,{"shell32.dll",       277,"06.01.7601"})
AADD(aRet,{"shell32.dll",       278,"06.01.7601"})
AADD(aRet,{"shell32.dll",       279,"06.01.7601"})
AADD(aRet,{"shell32.dll",       281,"06.01.7601"})
AADD(aRet,{"shell32.dll",       282,"06.01.7601"})
AADD(aRet,{"shell32.dll",       283,"06.01.7601"})
AADD(aRet,{"shell32.dll",       284,"06.01.7601"})
AADD(aRet,{"shell32.dll",       289,"06.01.7601"})
AADD(aRet,{"shell32.dll",       290,"06.01.7601"})
AADD(aRet,{"shell32.dll",       291,"06.01.7601"})
AADD(aRet,{"shell32.dll",       292,"06.01.7601"})
AADD(aRet,{"shell32.dll",       293,"06.01.7601"})
AADD(aRet,{"shell32.dll",       294,"06.01.7601"})
AADD(aRet,{"shell32.dll",       295,"06.01.7601"})
AADD(aRet,{"shell32.dll",       296,"06.01.7601"})
AADD(aRet,{"shell32.dll",       297,"06.01.7601"})
AADD(aRet,{"shell32.dll",       298,"06.01.7601"})
AADD(aRet,{"shell32.dll",       299,"06.01.7601"})
AADD(aRet,{"shell32.dll",       300,"06.01.7601"})
AADD(aRet,{"shell32.dll",       301,"06.01.7601"})
AADD(aRet,{"shell32.dll",       302,"06.01.7601"})
AADD(aRet,{"shell32.dll",       303,"06.01.7601"})
AADD(aRet,{"shell32.dll",       304,"06.01.7601"})
AADD(aRet,{"shell32.dll",       305,"06.01.7601"})
AADD(aRet,{"shell32.dll",       306,"06.01.7601"})
AADD(aRet,{"shell32.dll",       307,"06.01.7601"})
AADD(aRet,{"shell32.dll",       308,"06.01.7601"})
AADD(aRet,{"shell32.dll",       309,"06.01.7601"})
AADD(aRet,{"shell32.dll",       310,"06.01.7601"})
AADD(aRet,{"shell32.dll",       311,"06.01.7601"})
AADD(aRet,{"shell32.dll",       312,"06.01.7601"})
AADD(aRet,{"shell32.dll",       313,"06.01.7601"})
AADD(aRet,{"shell32.dll",       314,"06.01.7601"})
AADD(aRet,{"shell32.dll",       315,"06.01.7601"})
AADD(aRet,{"shell32.dll",       316,"06.01.7601"})
AADD(aRet,{"shell32.dll",       317,"06.01.7601"})
AADD(aRet,{"shell32.dll",       318,"06.01.7601"})
AADD(aRet,{"shell32.dll",       319,"06.01.7601"})
AADD(aRet,{"shell32.dll",       320,"06.01.7601"})
AADD(aRet,{"shell32.dll",       321,"06.01.7601"})
AADD(aRet,{"shell32.dll",       322,"06.01.7601"})
AADD(aRet,{"shell32.dll",       323,"06.01.7601"})
AADD(aRet,{"shell32.dll",       324,"06.01.7601"})
AADD(aRet,{"shell32.dll",       325,"06.01.7601"})
AADD(aRet,{"shell32.dll",       326,"06.01.7601"})
AADD(aRet,{"shell32.dll",       327,"06.01.7601"})
AADD(aRet,{"shell32.dll",       328,"06.01.7601"})
AADD(aRet,{"shell32.dll",       329,"06.01.7601"})
AADD(aRet,{"shell32.dll",       330,"06.01.7601"})
AADD(aRet,{"shell32.dll",       331,"06.01.7601"})
AADD(aRet,{"shell32.dll",       337,"06.01.7601"})
AADD(aRet,{"shell32.dll",       338,"06.01.7601"})
AADD(aRet,{"shell32.dll",       512,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1001,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1002,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1003,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1004,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1005,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1006,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1007,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1008,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1009,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1010,"06.01.7601"})
AADD(aRet,{"shell32.dll",      1011,"06.01.7601"})
AADD(aRet,{"shell32.dll",      8240,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16710,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16715,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16717,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16718,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16721,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16739,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16741,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16742,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16743,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16744,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16746,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16747,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16748,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16749,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16750,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16751,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16752,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16753,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16754,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16755,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16756,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16757,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16758,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16759,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16760,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16761,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16762,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16763,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16767,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16768,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16769,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16770,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16771,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16772,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16773,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16774,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16775,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16776,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16777,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16778,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16779,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16780,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16781,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16782,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16783,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16784,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16785,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16786,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16787,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16788,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16789,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16790,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16791,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16792,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16793,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16794,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16795,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16796,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16797,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16798,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16799,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16800,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16801,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16802,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16803,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16804,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16805,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16806,"06.01.7601"})
AADD(aRet,{"shell32.dll",     16807,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16810,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16811,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16812,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16813,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16814,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16817,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16818,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16819,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16820,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16821,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16822,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16823,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16824,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16825,"06.02.9200"})
AADD(aRet,{"shell32.dll",     16826,"06.02.9200"})
AADD(aRet,{"shell32.dll",     37219,"06.02.9200"})
AADD(aRet,{"shell32.dll",     51380,"06.02.9200"})
AADD(aRet,{"shell32.dll",     62998,"06.01.7601"})
AADD(aRet,{"shell32.dll",     62999,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63000,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63001,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63008,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63009,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63010,"06.01.7601"})
AADD(aRet,{"shell32.dll",     63011,"06.01.7601"})

AADD(aRet,{"urlmon.dll",       100,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       101,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       102,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       103,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       104,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       105,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       106,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       107,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       108,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       109,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       110,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       111,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       116,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       118,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       119,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       120,"06.01.7601"})
AADD(aRet,{"urlmon.dll",       121,"06.01.7601"})
AADD(aRet,{"urlmon.dll",     36869,"06.01.7601"})

AADD(aRet,{"wiashext.dll",       100,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       101,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       102,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       104,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       105,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       106,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       107,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       108,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       109,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       110,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       111,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       112,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       113,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       114,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       115,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       116,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       117,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       118,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       119,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       120,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       130,"06.01.7601"})
AADD(aRet,{"wiashext.dll",       131,"06.01.7601"})

AADD(aRet,{"wmploc.dll",       102,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       218,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       460,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       461,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       462,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       463,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       464,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       465,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       466,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       467,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       468,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       470,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       471,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       472,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       473,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       474,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       475,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       476,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       503,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       550,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       575,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       576,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       577,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       578,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       579,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       600,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       601,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       602,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       603,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       605,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       606,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       610,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       612,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       613,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       614,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       615,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       616,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       617,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       618,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       619,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       620,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       621,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       700,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       701,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       702,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       703,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       704,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       705,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       706,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       707,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       708,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       709,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       710,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       711,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       718,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       719,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       720,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       730,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       731,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       732,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       733,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       734,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       735,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       736,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       737,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       738,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       739,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       814,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       815,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       816,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       817,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       865,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       866,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       890,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       891,"06.01.7601"})
AADD(aRet,{"wmploc.dll",       954,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1050,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1110,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1151,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1152,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1171,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1193,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1210,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      1455,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1458,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1500,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1501,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1502,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1503,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1504,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      1505,"06.02.9200"})
AADD(aRet,{"wmploc.dll",      2956,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      2957,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      2969,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      2970,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      2971,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      2972,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      7700,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      7701,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      7702,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      7703,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      8700,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      8701,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      8702,"06.01.7601"})
AADD(aRet,{"wmploc.dll",      8703,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     23304,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29303,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29510,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29511,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29512,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29513,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29514,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29515,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29517,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29518,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29519,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29520,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29521,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29522,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29523,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29524,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29526,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29527,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29530,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29531,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29532,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29533,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29534,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29537,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29538,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29540,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29543,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29544,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29546,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29548,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29549,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29552,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29553,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29556,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29557,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29560,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29563,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29564,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29568,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29569,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29572,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29573,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29574,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29575,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29576,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29577,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29578,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29600,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29601,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29602,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29603,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29604,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29605,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29606,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29607,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29608,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29609,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29610,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29611,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29612,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29613,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29614,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29615,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29616,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29617,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29618,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29619,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29620,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29621,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29622,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29623,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29624,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29625,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29626,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29627,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29628,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29629,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29630,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29631,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29632,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29633,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29634,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29635,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29636,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29637,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29638,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29639,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29640,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29641,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29642,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29643,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29644,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29645,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29646,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29647,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29648,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29649,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29650,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29651,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29652,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29653,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29654,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29655,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29656,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29657,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29658,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29659,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29660,"06.01.7601"})
AADD(aRet,{"wmploc.dll",     29661,"06.01.7601"})

AADD(aRet,{"wpdshext.dll",       280,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       282,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       284,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       450,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       451,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       680,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       681,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       682,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       683,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       701,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       702,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       703,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       704,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       705,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       706,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       707,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       710,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       711,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       712,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       713,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       714,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       715,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       720,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       740,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       741,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       750,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       751,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       752,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       753,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       754,"06.01.7601"})
AADD(aRet,{"wpdshext.dll",       755,"06.01.7601"})

RETURN aRet
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Marc Venken » Thu Feb 16, 2023 9:12 am

The idea is to open a windows DLL file and take some items from it for using in our apps ? Is this the goal ?

WHat program do you use to inspect these DLL files ? (see what is visual insite them)
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: List of Resource No in Windows System DLL

Postby Marc Venken » Thu Feb 16, 2023 9:18 am

I just saw you other post... There is the answer )))

How you put the recource icon insite an buttonbmp command
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: List of Resource No in Windows System DLL

Postby Jimmy » Thu Feb 16, 2023 12:16 pm

hi Marc,

Yes, i want to use Windows-System Icon so look is always like OS

i use it with CLASS TImageIlst which can hold Icon or Bitmap Type

i have not work with Buttonbmp yet. i guess it "paint" Image
than you need "only" HCION or HBITMAP for "Draw" Function

---

had a Quick look into CLASS TButtonBmp

Code: Select all  Expand view
  ACCESS   hBitmap     INLINE If( Empty( ::aPalBmp ),  0,  ::aPalBmp[ 1 ] )
   ASSIGN   hBitmap( h ) INLINE ( ::LoadBitmap( h ), DeleteObject( h ) )

seems you can´t assign a HBITMAP .. it will be "load"

Code: Select all  Expand view
METHOD Paint() CLASS TButtonBmp

   if ! Empty( ::hBitmap )
      ...
      ::DrawImage( ::aPalBmp, aRect, ::lBmpTransparent, nil, ::nAlphaLevel(), ! ::lActive, cAlign, aColorMap )
   endif

but you need HBITMAP not HICON

when need HBITMAP instead of HCION this Function may help to "convert" HCION into HBITMAP
Code: Select all  Expand view
  hBitmap := HICO2HBMP( iIcon )


---

Question : can XBROWSE handle TImagelist() :?:
if Yes, is there a Sample
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Jimmy » Thu Feb 16, 2023 12:37 pm

hi Marc,
Marc Venken wrote:WHat program do you use to inspect these DLL files ? (see what is visual insite them)

"try and Error" ...

i have use "some" Tool where i got "Start" and "End" Resource No. of DLL
than i run a FOR / NEXT and "try" every Resource No if HICON is valid

so i got a List and wrote my own HMG App to "extract" Icon ( ExtractIcon )
i "think" it is "legal" to use Windows System Icon "on-Fly" but it might be a Copyright Problem when "extract" it

p.s. these DLL does not include new "Fluent" Style

here you can get new "Fluent" Font and Icon
https://www.deskmodder.de/blog/wp-content/uploads/2021/03/neue-icons.zip
https://www.deskmodder.de/blog/wp-content/uploads/2021/03/fonts.zip
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Marc Venken » Thu Feb 16, 2023 7:58 pm

Thanks
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: List of Resource No in Windows System DLL

Postby Jimmy » Sun Feb 19, 2023 3:50 am

hi Marc,
Marc Venken wrote:WHat program do you use to inspect these DLL files ? (see what is visual insite them)

found it
http://www.angusj.com/resourcehacker/
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: List of Resource No in Windows System DLL

Postby Marc Venken » Sun Feb 19, 2023 8:52 am

Thanks for sharing !!
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 82 guests