(int pid)
| 87 | internal static extern bool AllocConsole(); |
| 88 | |
| 89 | [DllImport("kernel32.dll")] |
| 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); |