7 references to NativeMethods
Microsoft.Build.Tasks.Core (7)
BootstrapperUtil\ResourceUpdater.cs (7)
50hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false);
55hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false);
75if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)resource.Type, resource.Name, 0, data, data.Length))
87if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, "COUNT", 0, countArray, countArray.Length))
109if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, dataName, 0, fileContent, fileLength))
119if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, keyName, 0, data, data.Length))
133if (endUpdate && !NativeMethods.EndUpdateResource(hUpdate, false))