7 references to NativeMethods
Microsoft.Build.Tasks.Core (7)
BootstrapperUtil\ResourceUpdater.cs (7)
49hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false); 54hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false); 74if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)resource.Type, resource.Name, 0, data, data.Length)) 86if (!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))