createprocess
How to run CreateProcess as administrator? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicates: CreateProcess to run as administrator[详细]
2023-03-20 00:58 分类:问答Problem with passing object as an argument to createProcess
I am trying to correct a program that makes to other programs with the createProces call. The problem is when I pass an object of the Brick class as a parameter of the createProcess call.[详细]
2023-03-18 08:02 分类:问答How to find whether a given application is single instance or not?
I am looking for an efficient way to find whether a given application (say app.exe) is single instance or not? I thought of these following sols:[详细]
2023-03-15 22:26 分类:问答Why Doesn't CreateProcess() Work?
I have a program that attempts to restart Explorer in Windows 7; it first ends the process, then starts it again.[详细]
2023-03-13 23:12 分类:问答CreateProcess don't work on all applications
I am writing a little GUI application that is used to start other external executables. It works on all the executables I want, except one. Here is the code I\'m using:[详细]
2023-03-13 08:44 分类:问答How to run external executable (.exe ) in C++
I\'m not a developper. We want ( me and our team)to write a tool 开发者_C百科in C++ that can print a PDF ( Send a PDF to printer). We tried to use external tool, likea command line pdfprint.exe, using[详细]
2023-03-04 23:01 分类:问答How to use win32 CreateProcess function to wait until the child done to write to file
Hello im not win32 programmer and its all new to me. i like to open process from my parent win开发者_Go百科32 application ( ok this is i know how to do)[详细]
2023-03-03 14:33 分类:问答Linux CreateProcess?
I developing on the Linux platform. I want to create a new proccess in my library without replacing the current executing image.[详细]
2023-03-03 08:38 分类:问答How do I launch a process and obtain its output?
In the C language using the Windows API, how can I get the output of a process when I have its process information?[详细]
2023-02-20 14:59 分类:问答CreateProcess(): "Program too big to fit in memory"
I am currently trying to debug my Crash-Handler, it is an external executable that gets called when my program finds an unhandled structured exception. I recompiled the crash-handler executable, and w[详细]
2023-02-18 08:42 分类:问答