Deletes a resource in executable file (dll or exe).
OutputVar := ResDelete(Executable, Name , Type, Language)Command Example: ResDelete A_AhkPath, "MYRESOURCE" Function Example: success := ResDelete(A_AhkPath, "MYRESOURCE")
The name of the variable in which to store true / 1 if resource was deleted or does not exist or false / 0 otherwise.
Path to the executable file (dll or exe).
The name of resource.
Type of resource. Default is RCDATA (10).
See MSDN for default resource types.
Resource language, default 1033 (en-us).
ResPut,ResGet, ResPutFile, ResExist, ResDelete, ResDllCreate, UnZipRawMemory
ResDelete(A_AhkPath,"MYRESOURCE")