Kernel32CreateRemoteThread Method

Overload List

CreateRemoteThread(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

CreateRemoteThread(IntPtr, SecurityAttributes, IntPtr, ThreadStart, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

CreateRemoteThread(IntPtr, SecurityAttributes, IntPtr, UIntPtr, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

CreateRemoteThread(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

CreateRemoteThread(IntPtr, IntPtr, IntPtr, ThreadStart, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

CreateRemoteThread(IntPtr, IntPtr, IntPtr, UIntPtr, IntPtr, CreateThreadFlags, UInt32) Creates a thread that runs in the virtual address space of another process.

Use the CreateRemoteThreadEx(IntPtr, SecurityAttributes, IntPtr, IntPtr, IntPtr, CreateThreadFlags, IntPtr, UInt32) function to create a thread that runs in the virtual address space of another process and optionally specify extended attributes.

See Also