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

Method EndUpdateResource

src/Squirrel/NativeMethods.cs:98–99  ·  view source on GitHub ↗
(IntPtr handle, bool discard)

Source from the content-addressed store, hash-verified

96 internal static extern bool UpdateResource(IntPtr handle, string pType, IntPtr pName, short language, [MarshalAs(UnmanagedType.LPArray)] byte[] pData, int dwSize);
97
98 [DllImport("Kernel32.dll", SetLastError=true)]
99 internal static extern bool EndUpdateResource(IntPtr handle, bool discard);
100 }
101
102 [Flags]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected