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:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [?] RtlMoveMemory: file not found
JScript code:
var PagePtr = lParam;
if(PagePtr === 0) {
    Internet(Script.WebURL);
    return API_SUCCESS;
}
var Size = lParam;
var oPage = Interop.Allocate(Size);
Interop.Call("Kernel32.dll","RtlMoveMemory",oPage.DataPtr,PagePtr,Size);
TraceWin32Error();

03-24-2009 07:50 PM
Profile 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