public static CreateRemoteThread ( |
||
processHandle | A handle to the process in which the thread is to be created. | |
startAddress | A pointer to the application-defined function to be executed by the thread and represents the starting address of the thread in the remote process. | |
parameter | A pointer to a variable to be passed to the thread function. | |
creationFlags | ThreadCreationFlags | The flags that control the creation of the thread. |
Результат |