(IntPtr handle, bool discard)
| 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] |
nothing calls this directly
no outgoing calls
no test coverage detected