Kernel32EndUpdateResource Method

Overload List

EndUpdateResource(IntPtr, Boolean) Commits or discards changes made prior to a call to UpdateResource(SafeModuleHandle, ResourceType, IntPtr, UInt16, IntPtr, UInt32) function.

Before you call this function, make sure all file handles other than the one returned by BeginUpdateResource(String, Boolean) are closed.

EndUpdateResource(SafeModuleHandle, Boolean) Commits or discards changes made prior to a call to UpdateResource(SafeModuleHandle, ResourceType, IntPtr, UInt16, IntPtr, UInt32) function.

Before you call this function, make sure all file handles other than the one returned by BeginUpdateResource(String, Boolean) are closed.

See Also