child process question
Eric Strain <eric_strain1-/[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
I'm just curious, is there any way for a child process to determine whether it was created locally or by a remote source? For instance, can the child process determine whether it was created by a local parent process or if it was created by some computer on the network calling CreateRemoteProcess( ). I want my program to be able to detect if or when a remote node on the network tries to create a process on its local machine. -Eric