MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / BeginUpdateResource

Method BeginUpdateResource

src/Squirrel/NativeMethods.cs:92–93  ·  view source on GitHub ↗
(string pFileName, bool bDeleteExistingResources)

Source from the content-addressed store, hash-verified

90 internal static extern bool AttachConsole(int pid);
91
92 [DllImport("Kernel32.dll", SetLastError=true)]
93 internal static extern IntPtr BeginUpdateResource(string pFileName, bool bDeleteExistingResources);
94
95 [DllImport("Kernel32.dll", SetLastError=true)]
96 internal static extern bool UpdateResource(IntPtr handle, string pType, IntPtr pName, short language, [MarshalAs(UnmanagedType.LPArray)] byte[] pData, int dwSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected