What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Get Variable pointer

Get Variable pointer
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
36 / Male / Flag
Joined: Mar 2004
RE: Get Variable pointer
code:

var str = "moo goes the cow";
var strPtr = Interop.Allocate( (str.length *2) +2);
strPrt.WriteString(0,str);

Debug.Trace("The pointer is ..." + strPtr.DataPtr );

[Image: dt2.0v2.png]      Happy Birthday, WDZ
07-14-2006 05:33 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get Variable pointer - by deAd on 07-14-2006 at 04:50 PM
RE: Get Variable pointer - by -dt- on 07-14-2006 at 05:33 PM
RE: Get Variable pointer - by CookieRevised on 07-14-2006 at 08:26 PM
RE: Get Variable pointer - by Shondoit on 08-30-2006 at 12:05 AM
RE: Get Variable pointer - by deAd on 08-30-2006 at 12:33 AM
RE: Get Variable pointer - by Shondoit on 08-30-2006 at 12:47 AM
RE: Get Variable pointer - by deAd on 08-30-2006 at 01:12 AM
RE: Get Variable pointer - by CookieRevised on 08-30-2006 at 01:24 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