Kernel32CreateRemoteThreadEx Method

Overload List

CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) Creates a thread that runs in the virtual address space of another process and optionally specifies extended attributes such as processor group affinity.
CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, ThreadStart, IntPtr, CreateThreadFlags, IntPtr, UInt32) Creates a thread that runs in the virtual address space of another process and optionally specifies extended attributes such as processor group affinity.
CreateRemoteThreadEx(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) Creates a thread that runs in the virtual address space of another process and optionally specifies extended attributes such as processor group affinity.
CreateRemoteThreadEx(IntPtr, IntPtr, IntPtr, ThreadStart, IntPtr, CreateThreadFlags, IntPtr, UInt32) Creates a thread that runs in the virtual address space of another process and optionally specifies extended attributes such as processor group affinity.

See Also