Kernel32UpdateResource Method

Overload List

UpdateResource(IntPtr, ResourceType, IntPtr, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(IntPtr, ResourceType, String, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(IntPtr, String, IntPtr, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(IntPtr, String, String, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(SafeModuleHandle, ResourceType, IntPtr, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(SafeModuleHandle, ResourceType, String, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(SafeModuleHandle, String, IntPtr, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

UpdateResource(SafeModuleHandle, String, String, UInt16, IntPtr, UInt32) Adds, deletes, or replaces a resource in a portable executable (PE) file.

There are some restrictions on resource updates in files that contain Resource Configuration (RC Config) data: language-neutral (LN) files and language-specific resource (.mui) files.

See Also