ShootBlues.Win32.CreateRemoteThread C# (CSharp) Méthode

CreateRemoteThread() private méthode

private CreateRemoteThread ( IntPtr hProcess, IntPtr lpThreadAttributes, uint dwStackSize, UInt32 lpStartAddress, IntPtr lpParameter, uint dwCreationFlags, UInt32 &lpThreadId ) : IntPtr
hProcess System.IntPtr
lpThreadAttributes System.IntPtr
dwStackSize uint
lpStartAddress System.UInt32
lpParameter System.IntPtr
dwCreationFlags uint
lpThreadId System.UInt32
Résultat System.IntPtr
        public static extern IntPtr CreateRemoteThread(
            IntPtr hProcess, IntPtr lpThreadAttributes,
            uint dwStackSize, UInt32 lpStartAddress, IntPtr lpParameter,
            uint dwCreationFlags, out UInt32 lpThreadId
        );