What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] RtlMoveMemory: file not found

[?] RtlMoveMemory: file not found
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] RtlMoveMemory: file not found
Javascript code:
var ptrA = Interop.Allocate(4);
var s = 'this is some text';
var ptrA_string = Interop.Allocate(2*s.length+2)
    ptrA_string.WriteString(0, s);
    ptrA.WriteDWORD(0, ptrA_string.DataPtr);
var ptrB = Interop.Allocate(4);
 
Interop.Call('kernel32', 'RtlMoveMemory', ptrB, ptrA, 4);
 
Debug.Trace(ptrB.ReadString(0));


This post was edited on 03-24-2009 at 08:07 PM by matty.
03-24-2009 07:29 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] RtlMoveMemory: file not found - by SmokingCookie on 03-24-2009 at 06:46 PM
RE: [?] RtlMoveMemory: file not found - by Mnjul on 03-24-2009 at 07:05 PM
RE: [?] RtlMoveMemory: file not found - by matty on 03-24-2009 at 07:29 PM
RE: [?] RtlMoveMemory: file not found - by SmokingCookie on 03-24-2009 at 07:50 PM
RE: [?] RtlMoveMemory: file not found - by Mnjul on 03-24-2009 at 07:53 PM
RE: [?] RtlMoveMemory: file not found - by SmokingCookie on 03-24-2009 at 07:57 PM
RE: [?] RtlMoveMemory: file not found - by matty on 03-24-2009 at 08:06 PM
RE: [?] RtlMoveMemory: file not found - by TheSteve on 03-25-2009 at 12:38 AM
RE: [?] RtlMoveMemory: file not found - by matty on 03-25-2009 at 10:48 AM
RE: [?] RtlMoveMemory: file not found - by SmokingCookie on 03-25-2009 at 06:24 PM
RE: [?] RtlMoveMemory: file not found - by TheSteve on 03-26-2009 at 01:06 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On